Scaleform::Render::RenderBufferManager
class RenderBufferManager : public RefCountBase<RenderBufferManager, StatRender_TextureManager_Mem>;
RenderBufferManager is an abstract class used by Render::HAL implementation to manage cachable render targets.
|
Method |
Description |
|
Creates a depth stencil buffer. | |
|
Creates a RenderTarget. | |
|
Allocates a temporary render target of specified type. | |
|
Clears out the caches and the texture manager resources. | |
|
Called at the end of the frame and releases the data associated with the current frame. | |
|
Initializes the buffer manager to use the specified TextureManager for buffer creation. | |
|
Resets the render buffer manager, destroying all render targets it manages. |
Render_Buffer.h