#[doc(alias = "VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION")]
pub const KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION: u32 = 1;
#[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"
);
#[doc(alias = "VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceShaderIntegerDotProductFeaturesKHR = crate::vk1_3::PhysicalDeviceShaderIntegerDotProductFeatures;
#[doc(alias = "VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceShaderIntegerDotProductFeaturesKHRBuilder<'a> = crate::vk1_3::PhysicalDeviceShaderIntegerDotProductFeaturesBuilder<
'a,
>;
#[doc(alias = "VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceShaderIntegerDotProductPropertiesKHR = crate::vk1_3::PhysicalDeviceShaderIntegerDotProductProperties;
#[doc(alias = "VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceShaderIntegerDotProductPropertiesKHRBuilder<'a> = crate::vk1_3::PhysicalDeviceShaderIntegerDotProductPropertiesBuilder<
'a,
>;
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;
}