Module bevy_rust_gpu::prelude
source · Re-exports
pub use crate::*;
pub use crate::entry_point_export::*;
Structs
- Extends a
Material
withrust-gpu
shader support. - Asset containing loaded rust-gpu shaders and entry point metadata.
RustGpu
pipeline key.- Configures backend [
Material2d
] support forRustGpu<M>
. - Configures backend [
Material
] support forRustGpu<M>
. - Main Rust-GPU plugin.
- Type-level RustGpu material settings
Enums
- Module shader handle container.
Statics
- Static container for
RustGpuArtifacts
to allow access fromMaterial::specialize
Traits
- A
rust-gpu
entry point for use withRustGpuMaterial
. - A [
Material
] type with statically-knownrust-gpu
vertex and fragment entry points.
Functions
RustGpuBuilderOutput
asset event handler.RustGpuBuilderOutput
asset event handler.
Type Definitions
- A set of entry point constants for use with the
EntryPoint
trait. - An entry point name for use with the
EntryPoint
trait. - A set of entry point compile parameters for use with the
EntryPoint
trait. - A set of entry point constants for use with the
EntryPoint
trait.