Struct librashader_reflect::reflect::semantics::ShaderReflection
source · pub struct ShaderReflection {
pub ubo: Option<UboReflection>,
pub push_constant: Option<PushReflection>,
pub meta: BindingMeta,
}Expand description
Reflection information about a shader.
Fields§
§ubo: Option<UboReflection>Reflection information about the UBO for this shader.
push_constant: Option<PushReflection>Reflection information about the Push Constant range for this shader.
meta: BindingMetaMetadata about the bindings required for this shader.