9#ifndef QUEEN_GLFW_window_h
10#define QUEEN_GLFW_window_h
24 bool Init(
int width,
int height,
bool withWindow);
29 void BeginRender(
const std::function<
void(
int window_width,
int window_height)>& func);
31 GLFWwindow* mWin{
nullptr };
void BeginRender(const std::function< void(int window_width, int window_height)> &func)
void updateWindowSize(int width, int height)
bool Init(int width, int height, bool withWindow)
bool InitWithMajor(int Major, int width, int height, bool withWindow)
const char * GetGLVersion()