#include "MRViewerFwd.h"#include <glad/glad.h>#include <GLFW/glfw3.h>Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Macros | |
| #define | MR_GLSL_VERSION_LINE R"(#version 150)" |
Functions | |
| MRVIEWER_API int | MR::getGlfwModPrimaryCtrl () |
| Returns modifier id of SUPER on mac or wasm on macos, or CTRL otherwise. | |
| MRVIEWER_API const char * | MR::getSuperModName () |
| MRVIEWER_API const char * | MR::getAltModName () |
| int | MR::loadGL () |
| Load OpenGL and its extensions. | |
| int | MR::getMSAAPow (int msaa) |
| #define MR_GLSL_VERSION_LINE R"(#version 150)" |