Tatooine
gl
include
tatooine
gl
glfw
context.h
Go to the documentation of this file.
1
#ifndef TATOOINE_GL_GLFW_CONTEXT_H
2
#define TATOOINE_GL_GLFW_CONTEXT_H
3
//==============================================================================
4
#include <
tatooine/gl/glfw/base.h
>
5
//==============================================================================
6
namespace
tatooine::gl::glfw
{
7
//==============================================================================
8
struct
context
:
base
{
9
static
constexpr
size_t
internal_resolution
= 64;
10
//============================================================================
11
context
();
12
context
(
base
& parent);
13
};
14
//==============================================================================
15
}
// namespace tatooine::gl::glfw
16
//==============================================================================
17
#endif
base.h
tatooine::gl::glfw
Definition:
api.h:8
tatooine::gl::glfw::base
Definition:
base.h:8
tatooine::gl::glfw::context
Definition:
context.h:8
tatooine::gl::glfw::context::internal_resolution
static constexpr size_t internal_resolution
Definition:
context.h:9
tatooine::gl::glfw::context::context
context(base &parent)
tatooine::gl::glfw::context::context
context()
Generated by
1.9.5