Struct librashader_reflect::reflect::semantics::VariableMeta
source · pub struct VariableMeta {
pub offset: MemberOffset,
pub size: u32,
pub id: String,
}Expand description
Reflection information about a non-texture related uniform variable.
Fields§
§offset: MemberOffsetThe offset of this variable uniform.
size: u32The size of the uniform.
id: StringThe name of the uniform.