 |
OpenSubdiv OpenSubdiv
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
25#ifndef OPENSUBDIV3_OSD_OPENGL_H
26#define OPENSUBDIV3_OSD_OPENGL_H
29 #include "TargetConditionals.h"
30 #if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
31 #include <OpenGLES/ES2/gl.h>
33 #if defined(OSD_USES_GLEW)
35 #elif defined(OSD_USES_MESA)
38 #include <OpenGL/gl3.h>
42 #include <GLES2/gl2.h>
45 #define WIN32_LEAN_AND_MEAN
48 #if defined(OSD_USES_GLEW)