DepthStencilBuffer

DepthStencilBuffer
Declaration
class DepthStencilBuffer : public RenderBuffer;
Description

DepthStencilBuffer is created internally by HAL but is managed through RenderBufferManager to enable reuse. Unlike RenderTarget, which is expected to service longer and thus has SetInUse function to control caching, DeptStencilBuffer is seen as temporary. Thus its Release() function play a role of making it available for use.

Methods
Method 
Description 
DepthStencilBuffer constructor. 
DepthStencilBuffer constructor. 
Return the depth stencil surface. 
File

Render_Buffer.h