Module: Gdk::GLError
- Defined in:
- (unknown)
Constant Summary collapse
- NOT_AVAILABLE =
OpenGL support is not available
0 or :not_available
- UNSUPPORTED_FORMAT =
The requested visual format is not supported
1 or :unsupported_format
- UNSUPPORTED_PROFILE =
The requested profile is not supported
2 or :unsupported_profile
- COMPILATION_FAILED =
The shader compilation failed
3 or :compilation_failed
- LINK_FAILED =
The shader linking failed
4 or :link_failed