Skip to main content

PhysicalDevicePushDescriptorPropertiesKHR

Type Alias PhysicalDevicePushDescriptorPropertiesKHR 

Source
pub type PhysicalDevicePushDescriptorPropertiesKHR = PhysicalDevicePushDescriptorProperties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDevicePushDescriptorPropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub max_push_descriptors: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§max_push_descriptors: u32