pub type PhysicalDevice8BitStorageFeaturesKHR = PhysicalDevice8BitStorageFeatures;
Expand description

Aliased Type§

struct PhysicalDevice8BitStorageFeaturesKHR {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub storage_buffer_8bit_access: u32,
    pub uniform_and_storage_buffer_8bit_access: u32,
    pub storage_push_constant8: u32,
}

Fields§

§s_type: StructureType§next: *mut c_void§storage_buffer_8bit_access: u32§uniform_and_storage_buffer_8bit_access: u32§storage_push_constant8: u32