GLContext.this

Creates a new OpenGL rendering context.

  1. this(GdkGLContext* gdkGLContext)
  2. this(GLDrawable gldrawable, GLContext shareList, int direct, int renderType)

Parameters

gldrawable GLDrawable

a GdkGLDrawable.

shareList GLContext

the GdkGLContext with which to share display lists and texture objects. NULL indicates that no sharing is to take place.

direct int

whether rendering is to be done with a direct connection to the graphics system.

renderType int

GDK_GL_RGBA_TYPE or GDK_GL_COLOR_INDEX_TYPE (currently not used).

Throws

ConstructionException GTK+ fails to create the object.

Meta