Method

Gdk.GLContext.get_required_version

Declaration [src]

void
gdk_gl_context_get_required_version (
  GdkGLContext* context,
  int* major,
  int* minor
)

Description [src]

Retrieves required OpenGL version.

See gdk_gl_context_set_required_version().

Parameters

major int*
 

return location for the major version to request

 Direction: out
 Ownership of the data is transferred to the callee
minor int*
 

return location for the minor version to request

 Direction: out
 Ownership of the data is transferred to the callee