Skip to main content

Module renderer

Module renderer 

Source
Expand description

Renderer infrastructure module.

Provides concrete implementations of rendering systems including text rendering, texture atlasing, and GPU resource management.

Re-exports§

pub use text::StandardTextRenderer;

Modules§

custom
Custom text rendering implementations.
text
Text rendering implementation.
util
Utility functions and types for rendering.