Skip to main content

PhysicalDevicePushDescriptorPropertiesKHR

Type Alias PhysicalDevicePushDescriptorPropertiesKHR 

Source
pub type PhysicalDevicePushDescriptorPropertiesKHR<'a> = PhysicalDevicePushDescriptorProperties<'a>;

Aliased Type§

#[repr(C)]
pub struct PhysicalDevicePushDescriptorPropertiesKHR<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub max_push_descriptors: u32, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§max_push_descriptors: u32§_marker: PhantomData<&'a ()>