doc(reflect): document ShaderReflectObject
This commit is contained in:
parent
a8ae407ddb
commit
b75a614873
|
@ -4,6 +4,7 @@ use serde::{Deserialize, Serialize};
|
|||
|
||||
mod glslang;
|
||||
|
||||
/// The output of a shader compiler that is reflectable.
|
||||
pub trait ShaderReflectObject: Sized {
|
||||
/// The compiler that produces this reflect object.
|
||||
type Compiler;
|
||||
|
|
Loading…
Reference in a new issue