 |
VTK
9.2.6
|
Go to the documentation of this file.
18 #include "vtkRenderingOpenGLConfigure.h"
20 #if !defined(VTK_LEGACY_SILENT)
23 "vtkOpenGL.h is deprecated. vtk_glew.h should be used if you require OpenGL headers.")
25 #warning "vtkOpenGL.h is deprecated. vtk_glew.h should be used if you require OpenGL headers."
30 #include "vtkOpenGLError.h"
33 #define GL_GLEXT_LEGACY
34 #if defined(__APPLE__)
35 #include <TargetConditionals.h>
36 #if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE
39 #include <OpenGL/gl.h>
42 #include "vtkWindows.h"