pub trait ShaderModuleInterface: CommonTraits {
// Required method
fn get_compilation_info(&self) -> Pin<Box<dyn ShaderCompilationInfoFuture>>;
}
Required Methods§
fn get_compilation_info(&self) -> Pin<Box<dyn ShaderCompilationInfoFuture>>
Implementors§
impl ShaderModuleInterface for CoreShaderModule
Available on
wgpu_core
only.