pub type PushConstantsInfoKHR = PushConstantsInfo;Expand description
Aliased Type§
#[repr(C)]pub struct PushConstantsInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub layout: PipelineLayout,
pub stage_flags: ShaderStageFlags,
pub offset: u32,
pub size: u32,
pub values: *const c_void,
}Fields§
§s_type: StructureType§next: *const c_void§layout: PipelineLayout§stage_flags: ShaderStageFlags§offset: u32§size: u32§values: *const c_void