Method | Description | |
---|---|---|
Bind ( |
||
CheckFormat ( PixelFormat format ) : bool | ||
CreateRenderTexture ( string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : |
||
GetContextFor ( PixelComponentType pcType, int width, int height ) : |
Get GL rendering context for a certain component type and size.
|
|
ReleasePBuffer ( PixelComponentType pcType ) : void |
Release PBuffer for a certain pixel format
|
|
RequestPBuffer ( PixelComponentType pcType, int width, int height ) : void |
Create PBuffer for a certain pixel format and size
|
|
Unbind ( |
Method | Description | |
---|---|---|
dispose ( bool disposeManagedResources ) : void |
Method | Description | |
---|---|---|
GLPBRTTManager ( Axiom.RenderSystems.OpenGL.BaseGLSupport glSupport, |
public Bind ( |
||
target | ||
return | void |
public CheckFormat ( PixelFormat format ) : bool | ||
format | PixelFormat | |
return | bool |
public CreateRenderTexture ( string name, Axiom.RenderSystems.OpenGL.GLSurfaceDesc target, bool writeGamma, int fsaa ) : |
||
name | string | |
target | Axiom.RenderSystems.OpenGL.GLSurfaceDesc | |
writeGamma | bool | |
fsaa | int | |
return |
public GetContextFor ( PixelComponentType pcType, int width, int height ) : |
||
pcType | PixelComponentType | |
width | int | |
height | int | |
return |
public ReleasePBuffer ( PixelComponentType pcType ) : void | ||
pcType | PixelComponentType | |
return | void |
public RequestPBuffer ( PixelComponentType pcType, int width, int height ) : void | ||
pcType | PixelComponentType | |
width | int | |
height | int | |
return | void |
public Unbind ( |
||
target | ||
return | void |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |