Header menu logo Mibo

RenderTargetPool Module

Types

Type Description

State

Internal pool state

Functions and values

Function or value Description

create device

Full Usage: create device

Parameters:
    device : 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.

device : GraphicsDevice

The GraphicsDevice to create render targets with.

Returns: IRenderTargetPool

A new IRenderTargetPool implementation.

Type something to start searching.