Type Alias PhysicalDevice8BitStorageFeaturesKHR

Source
pub type PhysicalDevice8BitStorageFeaturesKHR<'a> = PhysicalDevice8BitStorageFeatures<'a>;

Aliased Type§

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

Fields§

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