Method | Description | |
---|---|---|
Bind ( ) : void |
Bind FrameBufferObject
|
|
BindSurface ( int attachment, |
Bind a surface to a certain attachment point.
|
|
Dispose ( ) : void |
|
|
GLESFrameBufferObject ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, int fsaa ) : System |
|
|
GetSurface ( int attachment ) : |
|
|
SwapBuffers ( ) : void |
Swap buffers - only useful when using multisample buffers.
|
|
UnbindSurface ( int attachment ) : void |
Unbind attachment
|
Method | Description | |
---|---|---|
Intialize ( ) : void |
|
public BindSurface ( int attachment, |
||
attachment | int | 0..MaxMultipleRenderTargets-1 |
target | ||
return | void |
public GLESFrameBufferObject ( Axiom.RenderSystems.OpenGLES.GLESFBORTTManager manager, int fsaa ) : System | ||
manager | Axiom.RenderSystems.OpenGLES.GLESFBORTTManager | |
fsaa | int | |
return | System |
public GetSurface ( int attachment ) : |
||
attachment | int | |
return |
public UnbindSurface ( int attachment ) : void | ||
attachment | int | |
return | void |