pub type PushConstantsInfoKHR = PushConstantsInfo;Aliased Type§
#[repr(C)]pub struct PushConstantsInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub layout: PipelineLayout,
pub stage_flags: ShaderStageFlagBits,
pub offset: u32,
pub size: u32,
pub p_values: *const c_void,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PUSH_CONSTANTS_INFO.
p_next: *const c_voidOptional, may be null.
layout: PipelineLayout§stage_flags: ShaderStageFlagBits§offset: u32§size: u32Length of p_values.
p_values: *const c_void