15#define MR_GLSL_VERSION_LINE R"(#version 150)"
17#define MR_GLSL_VERSION_LINE R"(#version 300 es)"
43#pragma warning(disable: 4191)
48 static thread_local auto loadRes = gladLoadGLLoader( ( GLADloadproc )glfwGetProcAddress );
65 if ( ( msaa & ( 1 << i ) ) != 0 )
Definition MRCameraOrientationPlugin.h:8
MRVIEWER_API const char * getAltModName()
MRVIEWER_API const char * getSuperModName()
int getMSAAPow(int msaa)
Definition MRGladGlfw.h:58
MRVIEWER_API int getGlfwModPrimaryCtrl()
int loadGL()
Definition MRGladGlfw.h:39