ash::vkType Alias PhysicalDevice16BitStorageFeaturesKHR
Source pub type PhysicalDevice16BitStorageFeaturesKHR<'a> = PhysicalDevice16BitStorageFeatures<'a>;
struct PhysicalDevice16BitStorageFeaturesKHR<'a> {
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,
pub _marker: PhantomData<&'a ()>,
}
§uniform_and_storage_buffer16_bit_access: u32