Trait bevy_rust_gpu::RustGpuMaterial
source · 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§
type Vertex: EntryPoint
type Fragment: EntryPoint
Implementations on Foreign Types§
source§impl RustGpuMaterial for StandardMaterial
impl RustGpuMaterial for StandardMaterial
StandardMaterial
implementation