#[doc(alias = "VK_KHR_MAINTENANCE_2_SPEC_VERSION")]
pub const KHR_MAINTENANCE_2_SPEC_VERSION: u32 = 1;
#[doc(alias = "VK_KHR_MAINTENANCE_2_EXTENSION_NAME")]
pub const KHR_MAINTENANCE_2_EXTENSION_NAME: *const std::os::raw::c_char = crate::cstr!(
"VK_KHR_maintenance2"
);
#[deprecated]
#[doc(alias = "VK_KHR_MAINTENANCE2_SPEC_VERSION")]
pub const KHR_MAINTENANCE2_SPEC_VERSION: u32 = 1;
#[deprecated]
#[doc(alias = "VK_KHR_MAINTENANCE2_EXTENSION_NAME")]
pub const KHR_MAINTENANCE2_EXTENSION_NAME: *const std::os::raw::c_char = crate::cstr!(
"VK_KHR_maintenance2"
);
#[doc(alias = "VkPointClippingBehaviorKHR")]
#[allow(non_camel_case_types)]
pub type PointClippingBehaviorKHR = crate::vk1_1::PointClippingBehavior;
#[doc(alias = "VkTessellationDomainOriginKHR")]
#[allow(non_camel_case_types)]
pub type TessellationDomainOriginKHR = crate::vk1_1::TessellationDomainOrigin;
#[doc(alias = "VkInputAttachmentAspectReferenceKHR")]
#[allow(non_camel_case_types)]
pub type InputAttachmentAspectReferenceKHR = crate::vk1_1::InputAttachmentAspectReference;
#[doc(alias = "VkInputAttachmentAspectReferenceKHR")]
#[allow(non_camel_case_types)]
pub type InputAttachmentAspectReferenceKHRBuilder<'a> = crate::vk1_1::InputAttachmentAspectReferenceBuilder<
'a,
>;
#[doc(alias = "VkRenderPassInputAttachmentAspectCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type RenderPassInputAttachmentAspectCreateInfoKHR = crate::vk1_1::RenderPassInputAttachmentAspectCreateInfo;
#[doc(alias = "VkRenderPassInputAttachmentAspectCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type RenderPassInputAttachmentAspectCreateInfoKHRBuilder<'a> = crate::vk1_1::RenderPassInputAttachmentAspectCreateInfoBuilder<
'a,
>;
#[doc(alias = "VkPhysicalDevicePointClippingPropertiesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDevicePointClippingPropertiesKHR = crate::vk1_1::PhysicalDevicePointClippingProperties;
#[doc(alias = "VkPhysicalDevicePointClippingPropertiesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDevicePointClippingPropertiesKHRBuilder<'a> = crate::vk1_1::PhysicalDevicePointClippingPropertiesBuilder<
'a,
>;
#[doc(alias = "VkImageViewUsageCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type ImageViewUsageCreateInfoKHR = crate::vk1_1::ImageViewUsageCreateInfo;
#[doc(alias = "VkImageViewUsageCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type ImageViewUsageCreateInfoKHRBuilder<'a> = crate::vk1_1::ImageViewUsageCreateInfoBuilder<
'a,
>;
#[doc(alias = "VkPipelineTessellationDomainOriginStateCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type PipelineTessellationDomainOriginStateCreateInfoKHR = crate::vk1_1::PipelineTessellationDomainOriginStateCreateInfo;
#[doc(alias = "VkPipelineTessellationDomainOriginStateCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type PipelineTessellationDomainOriginStateCreateInfoKHRBuilder<'a> = crate::vk1_1::PipelineTessellationDomainOriginStateCreateInfoBuilder<
'a,
>;
impl crate::vk1_0::ImageCreateFlagBits {
pub const BLOCK_TEXEL_VIEW_COMPATIBLE_KHR: Self = Self::BLOCK_TEXEL_VIEW_COMPATIBLE;
pub const EXTENDED_USAGE_KHR: Self = Self::EXTENDED_USAGE;
}
impl crate::vk1_0::ImageLayout {
pub const DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR: Self = Self::DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL;
pub const DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR: Self = Self::DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL;
}
impl crate::vk1_0::StructureType {
pub const PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR: Self = Self::PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES;
pub const RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR: Self = Self::RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO;
pub const IMAGE_VIEW_USAGE_CREATE_INFO_KHR: Self = Self::IMAGE_VIEW_USAGE_CREATE_INFO;
pub const PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR: Self = Self::PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO;
}
impl crate::vk1_1::PointClippingBehavior {
pub const ALL_CLIP_PLANES_KHR: Self = Self::ALL_CLIP_PLANES;
pub const USER_CLIP_PLANES_ONLY_KHR: Self = Self::USER_CLIP_PLANES_ONLY;
}
impl crate::vk1_1::TessellationDomainOrigin {
pub const UPPER_LEFT_KHR: Self = Self::UPPER_LEFT;
pub const LOWER_LEFT_KHR: Self = Self::LOWER_LEFT;
}