Skip to main content

Crate ferrum_wgpu

Crate ferrum_wgpu 

Source

Re-exports§

pub use assets::Ingot;
pub use assets::Instance;
pub use assets::TypeModel;

Modules§

assets
config
math

Structs§

Deg
An angle, in degrees.
Matrix4
A 4 x 4, column major matrix
PhysicalSize
A size represented in physical pixels.
Point3
A point in 3-dimensional space.
Quaternion
A quaternion in scalar/vector form.
State
Vector3
A 3-dimensional vector.

Enums§

KeyCode
Code representing the location of a physical key
SurfaceError
Failed to get surface frame. Simplificated mirror of wgpu::CurrentSurfaceTexture (because in v29 its not Result)

Traits§

Rotation3
A three-dimensional rotation.

Functions§

ortho
Create an orthographic projection matrix.