Struct librashader_reflect::reflect::semantics::TextureSizeMeta
source · pub struct TextureSizeMeta {
pub offset: MemberOffset,
pub stage_mask: BindingStage,
pub id: String,
}Expand description
Reflection information about a texture size uniform variable.
Fields§
§offset: MemberOffsetThe offset of this size uniform.
stage_mask: BindingStageThe mask indicating for which stages the texture size uniform should be bound.
id: StringThe name of the uniform.