Type Definition bevy_rust_gpu::prelude::EntryPointParameters
source · pub type EntryPointParameters = &'static [(&'static [(&'static str, &'static str)], &'static str)];
Expand description
A set of entry point compile parameters for use with the EntryPoint
trait.