RenderTargetPool Module
Types
| Type | Description |
|
Internal pool state |
Functions and values
| Function or value |
Description
|
Full Usage:
create device
Parameters:
GraphicsDevice
-
The GraphicsDevice to create render targets with.
Returns: IRenderTargetPool
A new IRenderTargetPool implementation.
|
Create a render target pool for the specified device. The pool will create and reuse render targets across frames to avoid allocation overhead.
|
Mibo