Header menu logo Mibo.Raylib

Renderer2DConfig Module

Convenience values and functions for Renderer2DConfig.

Functions and values

Function or value Description

defaults

Full Usage: defaults

Returns: Renderer2DConfig

Default configuration: no post-processing, black clear color. Suitable for most 2D games that don't need screen-space effects.

Returns: Renderer2DConfig

noClear

Full Usage: noClear

Returns: Renderer2DConfig

Configuration that skips clearing the background. Use when this renderer composites on top of another renderer's output.

Returns: Renderer2DConfig

Type something to start searching.