Scaleform::Render::RenderTargetData
class RenderTargetData : public NewOverrideBase<StatRender_TextureManager_Mem>;
RenderTargetData represents HW resource associated with render buffer, allocated explicitly by the relevant HAL back end. RenderTargetData will be deleted when RenderBuffer or its data destroyed; back end detects this in destructor.
Data Member |
Description |
Stores information about cached results. | |
Depth stencil buffer used with this render target (0 if not required). |
Method |
Description |
Returns the render buffer used with the render target. | |
RenderTargetData constructor. | |
Replaces the depth stencil buffer used with the render target. | |
Clears the depth stencil buffer used with the render target. |
Render_Buffer.h