pub trait ShaderReflectObject: Sized {
type Compiler;
}Required Associated Types§
Object Safety§
This trait is not object safe.
Implementors§
source§impl ShaderReflectObject for SpirvCompilation
impl ShaderReflectObject for SpirvCompilation
Marker trait for types that are the reflectable outputs of a shader compilation.