virtual RenderTarget* CreateRenderTarget(Texture* texture, bool needsStencil) = 0;
Parameters |
Description |
Texture* texture |
The texture associated with the render target. |
bool needsStencil |
A Boolean value of true allocates an internal depth/stencil buffer. |
Returns the newly created render target.