Struct librashader_reflect::reflect::semantics::PushReflection
source · pub struct PushReflection {
pub size: u32,
pub stage_mask: BindingStage,
}Expand description
Reflection information for the Push Constant Block
Fields§
§size: u32The size of the Push Constant range. The size returned by reflection is always aligned to a 16 byte boundary.
stage_mask: BindingStageThe mask indicating for which stages the Push Constant range should be bound.