pub trait ShaderModuleInterface: CommonTraits {
// Required method
fn get_compilation_info(&self) -> Pin<Box<dyn ShaderCompilationInfoFuture>>;
}Available on
custom only.pub trait ShaderModuleInterface: CommonTraits {
// Required method
fn get_compilation_info(&self) -> Pin<Box<dyn ShaderCompilationInfoFuture>>;
}custom only.