virtual DepthStencilBuffer* CreateDepthStencilBuffer(const ImageSize& size, bool temporary = true) = 0;
CreateDepthStencilBuffer creates a depth stencil buffer. This finds an existing buffer and/or creates a new one.
Parameters |
Description |
const ImageSize& size |
The size of the depth stencil buffer. |
bool temporary = true |
_nt_ |
Pointer to the created DepthStencilBuffer.