Crate feufeu

Source
Expand description

FeuFeu is a minimal rendering library using wgpu. It is developed for use in magma_api but can also be used standalone. The main goal is to get rid of most of the “unnessesery” boilerplate of wgpu.

Re-exports§

pub use render_stage::RenderStage;

Modules§

error
Error types
render_stage
RenderStage struct

Structs§

RenderState
This holds all the needed resources for rendering.