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