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