Expand description

wimrend - WgpuImmediateModeRENDerer

This crate provides a simple immediate mode renderer for use in wgpu and winit environments.

Adapted from wgpu tutorial, but contains mostly custom code.

Modules

Materials used to shade objects.

3D Meshes.

Manager of on-GPU meshes.

Manager of render pipelines.

Complete render state.

On-GPU textures.

Describes vertices.

Structs

Data bound to all shaders in the form of a uniform buffer.