virtual RenderTarget* CreateTempRenderTarget(const ImageSize& size) = 0;
CreateTempRenderTarget allocates a temporary render target of specified type. Call TextureManager to allocate texture.
Parameters |
Description |
const ImageSize& size |
The buffer size |
RenderTarget with Target_Temporary type.