Property | Type | Description | |
---|---|---|---|
_targets | Axiom.RenderSystems.DirectX9.D3DHardwarePixelBuffer[] |
Property | Type | Description | |
---|---|---|---|
CheckAndUpdate | void | ||
Update | void |
Method | Description | |
---|---|---|
BindSurface ( int attachment, |
Bind a surface to a certain attachment point. It does not bind the surface and fails with an exception (ERR_INVALIDPARAMS) if: - Not all bound surfaces have the same size - Not all bound surfaces have the same internal format |
|
D3DMultiRenderTarget ( string name ) : System | ||
UnbindSurface ( int attachment ) : void |
Unbind Attachment
|
|
this ( string attribute ) : object |
Method | Description | |
---|---|---|
CheckAndUpdate ( ) : void | ||
Update ( bool swapBuffers ) : void |
public BindSurface ( int attachment, |
||
attachment | int | 0 .. capabilities.MultiRenderTargetCount-1 |
target | RenderTexture to bind. | |
return | void |
public D3DMultiRenderTarget ( string name ) : System | ||
name | string | |
return | System |
public UnbindSurface ( int attachment ) : void | ||
attachment | int | |
return | void |