1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#[doc = "<s>Vulkan Manual Page</s> · Constant"]
#[doc(alias = "VK_KHR_8BIT_STORAGE_SPEC_VERSION")]
pub const KHR_8BIT_STORAGE_SPEC_VERSION: u32 = 1;
#[doc = "<s>Vulkan Manual Page</s> · Constant"]
#[doc(alias = "VK_KHR_8BIT_STORAGE_EXTENSION_NAME")]
pub const KHR_8BIT_STORAGE_EXTENSION_NAME: *const std::os::raw::c_char = crate::cstr!("VK_KHR_8bit_storage");
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPhysicalDevice8BitStorageFeaturesKHR.html) · Alias"]
#[doc(alias = "VkPhysicalDevice8BitStorageFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDevice8BitStorageFeaturesKHR = crate::vk1_2::PhysicalDevice8BitStorageFeatures;
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPhysicalDevice8BitStorageFeaturesKHR.html) · Alias"]
#[doc(alias = "VkPhysicalDevice8BitStorageFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDevice8BitStorageFeaturesKHRBuilder<'a> = crate::vk1_2::PhysicalDevice8BitStorageFeaturesBuilder<'a>;
#[doc = "Provided by [`crate::extensions::khr_8bit_storage`]"]
impl crate::vk1_0::StructureType {
    pub const PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR: Self = Self::PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES;
}