Type Definition bevy_rust_gpu::EntryPointTypes
source · pub type EntryPointTypes = Vec<(String, String)>;
Expand description
A set of entry point constants for use with the EntryPoint
trait.
pub type EntryPointTypes = Vec<(String, String)>;
A set of entry point constants for use with the EntryPoint
trait.