1#ifndef TATOOINE_GL_GLFW_BASE_H
2#define TATOOINE_GL_GLFW_BASE_H
16 auto get() -> GLFWwindow*;
17 auto get() const -> GLFWwindow const*;
auto get() -> GLFWwindow *
auto get_window_size(int *w, int *h) -> void
static auto release() -> void
GLFWwindow * m_glfw_window
Definition: base.h:10
auto get() const -> GLFWwindow const *
auto make_current() -> void