#[doc(alias = "VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION")]
pub const KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION: u32 = 1;
#[doc(alias = "VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME")]
pub const KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME: *const std::os::raw::c_char = crate::cstr!(
"VK_KHR_separate_depth_stencil_layouts"
);
#[doc(alias = "VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR = crate::vk1_2::PhysicalDeviceSeparateDepthStencilLayoutsFeatures;
#[doc(alias = "VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHRBuilder<'a> = crate::vk1_2::PhysicalDeviceSeparateDepthStencilLayoutsFeaturesBuilder<
'a,
>;
#[doc(alias = "VkAttachmentReferenceStencilLayoutKHR")]
#[allow(non_camel_case_types)]
pub type AttachmentReferenceStencilLayoutKHR = crate::vk1_2::AttachmentReferenceStencilLayout;
#[doc(alias = "VkAttachmentReferenceStencilLayoutKHR")]
#[allow(non_camel_case_types)]
pub type AttachmentReferenceStencilLayoutKHRBuilder<'a> = crate::vk1_2::AttachmentReferenceStencilLayoutBuilder<
'a,
>;
#[doc(alias = "VkAttachmentDescriptionStencilLayoutKHR")]
#[allow(non_camel_case_types)]
pub type AttachmentDescriptionStencilLayoutKHR = crate::vk1_2::AttachmentDescriptionStencilLayout;
#[doc(alias = "VkAttachmentDescriptionStencilLayoutKHR")]
#[allow(non_camel_case_types)]
pub type AttachmentDescriptionStencilLayoutKHRBuilder<'a> = crate::vk1_2::AttachmentDescriptionStencilLayoutBuilder<
'a,
>;
impl crate::vk1_0::ImageLayout {
pub const DEPTH_ATTACHMENT_OPTIMAL_KHR: Self = Self::DEPTH_ATTACHMENT_OPTIMAL;
pub const DEPTH_READ_ONLY_OPTIMAL_KHR: Self = Self::DEPTH_READ_ONLY_OPTIMAL;
pub const STENCIL_ATTACHMENT_OPTIMAL_KHR: Self = Self::STENCIL_ATTACHMENT_OPTIMAL;
pub const STENCIL_READ_ONLY_OPTIMAL_KHR: Self = Self::STENCIL_READ_ONLY_OPTIMAL;
}
impl crate::vk1_0::StructureType {
pub const PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR: Self = Self::PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES;
pub const ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR: Self = Self::ATTACHMENT_REFERENCE_STENCIL_LAYOUT;
pub const ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR: Self = Self::ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT;
}