doc(reflect): document ShaderReflectObject

This commit is contained in:
chyyran 2024-02-18 15:16:05 -05:00 committed by Ronny Chan
parent a8ae407ddb
commit b75a614873

View file

@ -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;