GLPixmap.this

Creates an off-screen rendering area. attrib_list is currently unused. This must be set to NULL or empty (first attribute of None). See GLX 1.3 spec.

  1. this(GdkGLPixmap* gdkGLPixmap)
  2. this(GLConfig glconfig, Pixmap pixmap, int* attribList)
    class GLPixmap

Parameters

glconfig GLConfig

a GdkGLConfig.

pixmap Pixmap

the GdkPixmap to be used as the rendering area.

attribList int*

this must be set to NULL or empty (first attribute of None).

Throws

ConstructionException GTK+ fails to create the object.

Meta