Enumeration

GdkGLError

since: 3.16

Declaration

error-domain Gdk.GLError

Description [src]

Error enumeration for GdkGLContext.

Available since: 3.16

Members

GDK_GL_ERROR_NOT_AVAILABLE

OpenGL support is not available.

  • Value: 0
  • Available since: 3.16
GDK_GL_ERROR_UNSUPPORTED_FORMAT

The requested visual format is not supported.

  • Value: 1
  • Available since: 3.16
GDK_GL_ERROR_UNSUPPORTED_PROFILE

The requested profile is not supported.

  • Value: 2
  • Available since: 3.16

Type functions

gdk_gl_error_quark
No description available.