GLPixmap Class Reference

List of all members.

Detailed Description

OpenGL pixmap which is maintained off-screen.


Public Member Functions

char[] toString ()
 Gets an object identification.
 this (GLConfig glconfig, Pixmap pixmap, int[] attrib_list)
 Creates a new GLPixmap.
void destroy ()
 Destroy this GLPixmap.
Pixmap getPixmap ()
 Gets the pixmap for this GLPixmap.
GLDrawable getGLDrawable (Pixmap pixmap)
 Gets the GLDrawable of the pixmap.

Static Public Member Functions

GLPixmap setGLCapability (Pixmap pixmap, GLConfig glconfig, int[] attrib_list)
 Sets GL Capabilities for a pixmap.
void unsetGLCapability (Pixmap pixmap)
 Remove th GL capabilities to the pixmap.
bit isGLCapable (Pixmap pixmap)
 Checks if this pixmap is GL capable.
GLPixmap getGLPixmap (Pixmap pixmap)
 Gets the GLPixmap of the pixmap.


Member Function Documentation

void GLPixmap.destroy  ) 
 

Destroy this GLPixmap.

GLDrawable GLPixmap.getGLDrawable Pixmap  pixmap  ) 
 

Gets the GLDrawable of the pixmap.

Parameters:
pixmap 
Returns:
a new GLPixmap

GLPixmap GLPixmap.getGLPixmap Pixmap  pixmap  )  [static]
 

Gets the GLPixmap of the pixmap.

Parameters:
pixmap 
Returns:
a new GLPixmap

Pixmap GLPixmap.getPixmap  ) 
 

Gets the pixmap for this GLPixmap.

Returns:
the pixmap for this GLPixmap

bit GLPixmap.isGLCapable Pixmap  pixmap  )  [static]
 

Checks if this pixmap is GL capable.

Parameters:
pixmap 
Returns:
true if the pixmap is GL capable

GLPixmap GLPixmap.setGLCapability Pixmap  pixmap,
GLConfig  glconfig,
int[]  attrib_list
[static]
 

Sets GL Capabilities for a pixmap.

Parameters:
pixmap 
glconfig 
attrib_list 
Returns:
a new GLPixmap

GLPixmap.this GLConfig  glconfig,
Pixmap  pixmap,
int[]  attrib_list
 

Creates a new GLPixmap.

Parameters:
glconfig 
pixmap 
attrib_list 

char [] GLPixmap.toString  ) 
 

Gets an object identification.

Returns:
a string that identifies the object (or the class)

void GLPixmap.unsetGLCapability Pixmap  pixmap  )  [static]
 

Remove th GL capabilities to the pixmap.

Parameters:
pixmap 


SourceForge.net Logo DSource.org Logo digitalmars.com Logo