pub trait RustGpuMaterial {
    type Vertex: EntryPoint;
    type Fragment: EntryPoint;
}
Expand description

A [Material] type with statically-known rust-gpu vertex and fragment entry points.

Required Associated Types§

Implementations on Foreign Types§

source§

impl RustGpuMaterial for StandardMaterial

StandardMaterial implementation

Implementors§