erupt 0.23.0+213

Vulkan API bindings
Documentation
// DO NOT EDIT: @generated by erupt's generator
///<s>Vulkan Manual Page</s> · Constant
#[doc(alias = "VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION")]
pub const KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION: u32 = 1;
///<s>Vulkan Manual Page</s> · Constant
#[doc(alias = "VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME")]
pub const KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME: *const std::os::raw::c_char = crate::cstr!(
    "VK_KHR_shader_integer_dot_product"
);
///[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR.html) · Alias
#[doc(alias = "VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceShaderIntegerDotProductFeaturesKHR = crate::vk1_3::PhysicalDeviceShaderIntegerDotProductFeatures;
///[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR.html) · Alias
#[doc(alias = "VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceShaderIntegerDotProductFeaturesKHRBuilder<'a> = crate::vk1_3::PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<
    'a,
>;
///[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.html) · Alias
#[doc(alias = "VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceShaderIntegerDotProductPropertiesKHR = crate::vk1_3::PhysicalDeviceShaderIntegerDotProductProperties;
///[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR.html) · Alias
#[doc(alias = "VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceShaderIntegerDotProductPropertiesKHRBuilder<'a> = crate::vk1_3::PhysicalDeviceShaderIntegerDotProductPropertiesBuilder<
    'a,
>;
///Provided by [`crate::extensions::khr_shader_integer_dot_product`]
impl crate::vk1_0::StructureType {
    pub const PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR: Self = Self::PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES;
    pub const PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR: Self = Self::PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES;
}