pub type PhysicalDevice16BitStorageFeaturesKHR = PhysicalDevice16BitStorageFeatures;Aliased Type§
#[repr(C)]pub struct PhysicalDevice16BitStorageFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub storage_buffer16_bit_access: u32,
pub uniform_and_storage_buffer16_bit_access: u32,
pub storage_push_constant16: u32,
pub storage_input_output16: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES.
p_next: *mut c_voidOptional, may be null.
storage_buffer16_bit_access: u32§uniform_and_storage_buffer16_bit_access: u32§storage_push_constant16: u32§storage_input_output16: u32