Method | Description | |
---|---|---|
Bind ( Graphics target ) : void | ||
CheckFormat ( Media format ) : bool | ||
CreateRenderTexture ( string name, |
||
GLESRTTManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support, |
||
ReleasePBuffer ( PixelComponentType ctype ) : void | ||
RequestPBuffer ( PixelComponentType ctype, int width, int height ) : void | ||
Unbind ( Graphics target ) : void |
public CreateRenderTexture ( string name, |
||
name | string | |
target | ||
writeGama | bool | |
fsaa | int | |
return | Graphics.RenderTexture |
public GLESRTTManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support, |
||
support | Axiom.RenderSystems.OpenGLES.GLESSupport | |
mainWindow | ||
return | void |
public ReleasePBuffer ( PixelComponentType ctype ) : void | ||
ctype | PixelComponentType | |
return | void |
public RequestPBuffer ( PixelComponentType ctype, int width, int height ) : void | ||
ctype | PixelComponentType | |
width | int | |
height | int | |
return | void |