Crate wutengine_graphics

Source
Expand description

Core graphics abstractions and utilities for WutEngine

Re-exports§

pub use image;

Modules§

color
Color datatypes and conversions
material
Module for the data of a WutEngine material. A material describes the way a given mesh is rendered
mesh
Mesh data for the WutEngine graphics APIs
renderer
The main description and data for a WutEngine rendering backend. Rendering backends use the data and traits in this module to provide a common API for the main WutEngine runtime
shader
Shader abstractions and descriptions used for communication between the WutEngine runtime and graphics backends
texture
Texture data for the WutEngine graphics APIs