2#include "MRViewerFwd.h"
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 )
only for bindings generation
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()
Returns modifier id of SUPER on mac or wasm on macos, or CTRL otherwise.
int loadGL()
Load OpenGL and its extensions.
Definition MRGladGlfw.h:39