Crate renderling_core

Source
Expand description

Canonical types and helpers for authoring render pipelines.

Structs§

Camera
A bindgroup that represents a camera uniform.
UniformBuffer
A uniform buffer living in the GPU.
VertexBuffer
A vertex buffer living in the GPU.
ViewProjection
Projection and view matrices.

Enums§

ObjectDraw
Draw parameters for a renderable object.

Functions§

conduct_clear_pass
Perform a clearing render pass.