VolViz
A volume visualization tool
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
GLdefs.h
Go to the documentation of this file.
1 // clang-format on
2 #ifndef XCODE_BUILD
3 # include "config.h"
4 #endif
5 // clang-format off
6 
7 #ifdef _WIN32
8 #define APIENTRY __stdcall
9 #endif
10 #include "glad.h"
11 
12 #ifndef GL_ZERO_TO_ONE
13 #define GL_ZERO_TO_ONE 0x935F
14 #endif
15