Enumeration
GdkGLError
Members
- 
            GDK_GL_ERROR_NOT_AVAILABLE
- 
            OpenGL support is not available. - Value: 0
- Available since: 4.0
 
- Value: 
- 
            GDK_GL_ERROR_UNSUPPORTED_FORMAT
- 
            The requested visual format is not supported. - Value: 1
- Available since: 4.0
 
- Value: 
- 
            GDK_GL_ERROR_UNSUPPORTED_PROFILE
- 
            The requested profile is not supported. - Value: 2
- Available since: 4.0
 
- Value: 
- 
            GDK_GL_ERROR_COMPILATION_FAILED
- 
            The shader compilation failed. - Value: 3
- Available since: 4.0
 
- Value: 
- 
            GDK_GL_ERROR_LINK_FAILED
- 
            The shader linking failed. - Value: 4
- Available since: 4.0
 
- Value: