Type Definition bevy_rust_gpu::EntryPointConstants
source · pub type EntryPointConstants = &'static [&'static str];
Expand description
A set of entry point constants for use with the EntryPoint
trait.
pub type EntryPointConstants = &'static [&'static str];
A set of entry point constants for use with the EntryPoint
trait.