2023-07-19 23:41:16 +08:00
|
|
|
#include "OpenGLState.h"
|
|
|
|
|
|
|
|
NS_AX_BACKEND_BEGIN
|
|
|
|
|
2023-07-20 17:55:16 +08:00
|
|
|
static auto defaultOpenGLState = std::make_unique<OpenGLState>();
|
|
|
|
|
|
|
|
OpenGLState* __gl = defaultOpenGLState.get();
|
2023-07-19 23:41:16 +08:00
|
|
|
|
|
|
|
NS_AX_BACKEND_END
|