![]() |
Plasma Engine
2.0
|
Public Member Functions | |
| plGALRenderTargetSetup & | SetRenderTarget (plUInt8 uiIndex, plGALRenderTargetViewHandle hRenderTarget) |
| plGALRenderTargetSetup & | SetDepthStencilTarget (plGALRenderTargetViewHandle hDSTarget) |
| bool | operator== (const plGALRenderTargetSetup &other) const |
| bool | operator!= (const plGALRenderTargetSetup &other) const |
| plUInt8 | GetRenderTargetCount () const |
| plGALRenderTargetViewHandle | GetRenderTarget (plUInt8 uiIndex) const |
| plGALRenderTargetViewHandle | GetDepthStencilTarget () const |
| void | DestroyAllAttachedViews () |
Protected Attributes | |
| plGALRenderTargetViewHandle | m_hRTs [PL_GAL_MAX_RENDERTARGET_COUNT] |
| plGALRenderTargetViewHandle | m_hDSTarget |
| plUInt8 | m_uiRTCount = 0 |