DepthStencilSurface

DepthStencilSurface
Scaleform::Render::FenceResource
    Scaleform::Render::DepthStencilSurface
Declaration
class DepthStencilSurface : public RefCountBase<DepthStencilSurface, StatRender_TextureManager_Mem>, public ListNodeSafe<DepthStencilSurface>, public FenceResource;
Description

DepthStencilSurface represents a depth/stencil buffer surface allocatable through the TextureManager. This object is usually wrapped in DepthStencilBuffer, but is independent from it to allow for system-specific implementation.

Data Members
Data Member 
Description 
Texture synchronization object. 
Memory manager for memory allocations. 
Size 
Size of the depth stencil buffer. 
The current lifetime state of the texture. 
Methods
Method 
Description 
DepthStencilSurface constructor. 
Returns the size of the depth stencil buffer surface. 
Obtains the TextureManager used for allocating the depth stencil surface. 
Initializes the depth stencil surface. 
File

Render_Image.h