Expand description
High level Rendering API designed for cross platform rendering and windowing.
Modules
Structs
Generic Rendering API setup to use the current platforms primary
Rendering Backend
Enums
ColorFormat is a type alias for the color format used by the surface and
vertex buffers. They denote the size of the color channels and the number of
channels being used.
A format descriptor that describes the channels present in a
texture or view, how they are laid out, what size they are,
and how the elements of the channels are interpreted (integer,
float, etc.)