Header menu logo Mibo.Raylib

RenderTargetPool Type

Default implementation of IRenderTargetPool using a dictionary keyed by (width, height) dimensions. Stores textures in per-dimension queues for FIFO reuse.

Dispose the pool when the application shuts down to unload all pooled textures.

Constructors

Constructor Description

RenderTargetPool()

Full Usage: RenderTargetPool()

Returns: RenderTargetPool

Type something to start searching.