Go to the documentation of this file. 16 #ifndef vtkRenderingOpenGLConfigure_h 17 #define vtkRenderingOpenGLConfigure_h 32 #define VTK_USE_OPENGL_LIBRARY 38 #ifdef VTK_DEFAULT_RENDER_WINDOW_OFFSCREEN 39 # define VTK_USE_OFFSCREEN 41 #ifdef VTK_OPENGL_HAS_OSMESA 42 # define VTK_USE_OSMESA 45 #define VTK_USE_GLSL_SHADERS 57 #if ((defined(VTK_USE_OPENGL_LIBRARY) && defined(VTK_USE_X) && \ 58 !defined(_WIN32)) || \ 59 (defined(VTK_USE_X) && defined(_WIN32))) && \ 60 !defined(VTK_USE_COCOA)