RenderTargetData

RenderTargetData
Scaleform::Render::RenderTargetData
Declaration
class RenderTargetData : public NewOverrideBase<StatRender_TextureManager_Mem>;
Description

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 Members
Data Member 
Description 
Stores information about cached results. 
Depth stencil buffer used with this render target (0 if not required). 
Methods
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. 
File

Render_Buffer.h