Property | Type | Description | |
---|---|---|---|
_face | int | ||
_faceTarget | All | ||
_level | int | ||
_sliceTRT | List |
||
_softwareMipmap | bool | ||
_target | All | ||
_textureId | int |
Method | Description | |
---|---|---|
BindToFramebuffer ( All attachment, int zOffset ) : void |
|
|
Blit ( Axiom.Graphics.HardwarePixelBuffer src, |
|
|
BlitFromTexture ( |
|
|
ClearRTT ( int zoffset ) : void |
Notify TextureBuffer of destruction of render target
|
|
GLESTextureBuffer ( string basename, All targetfmt, int id, int width, int height, int format, int face, int level, BufferUsage usage, bool crappyCard, bool writeGamma, int fsaa ) : System |
|
|
GetRenderTarget ( int slice ) : |
|
Method | Description | |
---|---|---|
BuildMipmaps ( |
||
Download ( |
|
|
Upload ( |
|
Method | Description | |
---|---|---|
CopyFromFramebuffer ( int p ) : void |
|
public BindToFramebuffer ( All attachment, int zOffset ) : void | ||
attachment | All | |
zOffset | int | |
return | void |
public Blit ( Axiom.Graphics.HardwarePixelBuffer src, |
||
src | Axiom.Graphics.HardwarePixelBuffer | |
srcBox | ||
dstBox | ||
return | void |
public BlitFromTexture ( |
||
src | ||
srcBox | ||
dstBox | ||
return | void |
protected static BuildMipmaps ( |
||
data | ||
return | void |
protected Download ( |
||
data | ||
return | void |
public GLESTextureBuffer ( string basename, All targetfmt, int id, int width, int height, int format, int face, int level, BufferUsage usage, bool crappyCard, bool writeGamma, int fsaa ) : System | ||
basename | string | |
targetfmt | All | |
id | int | |
width | int | |
height | int | |
format | int | |
face | int | |
level | int | |
usage | BufferUsage | |
crappyCard | bool | |
writeGamma | bool | |
fsaa | int | |
return | System |
public GetRenderTarget ( int slice ) : |
||
slice | int | |
return |
protected Upload ( |
||
data | ||
dest | ||
return | void |