#[doc(alias = "VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION")]
pub const KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION: u32 = 1;
#[doc(alias = "VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME")]
pub const KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME: *const std::os::raw::c_char = crate::cstr!(
"VK_KHR_imageless_framebuffer"
);
#[doc(alias = "VkPhysicalDeviceImagelessFramebufferFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceImagelessFramebufferFeaturesKHR = crate::vk1_2::PhysicalDeviceImagelessFramebufferFeatures;
#[doc(alias = "VkPhysicalDeviceImagelessFramebufferFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceImagelessFramebufferFeaturesKHRBuilder<'a> = crate::vk1_2::PhysicalDeviceImagelessFramebufferFeaturesBuilder<
'a,
>;
#[doc(alias = "VkFramebufferAttachmentsCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type FramebufferAttachmentsCreateInfoKHR = crate::vk1_2::FramebufferAttachmentsCreateInfo;
#[doc(alias = "VkFramebufferAttachmentsCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type FramebufferAttachmentsCreateInfoKHRBuilder<'a> = crate::vk1_2::FramebufferAttachmentsCreateInfoBuilder<
'a,
>;
#[doc(alias = "VkFramebufferAttachmentImageInfoKHR")]
#[allow(non_camel_case_types)]
pub type FramebufferAttachmentImageInfoKHR = crate::vk1_2::FramebufferAttachmentImageInfo;
#[doc(alias = "VkFramebufferAttachmentImageInfoKHR")]
#[allow(non_camel_case_types)]
pub type FramebufferAttachmentImageInfoKHRBuilder<'a> = crate::vk1_2::FramebufferAttachmentImageInfoBuilder<
'a,
>;
#[doc(alias = "VkRenderPassAttachmentBeginInfoKHR")]
#[allow(non_camel_case_types)]
pub type RenderPassAttachmentBeginInfoKHR = crate::vk1_2::RenderPassAttachmentBeginInfo;
#[doc(alias = "VkRenderPassAttachmentBeginInfoKHR")]
#[allow(non_camel_case_types)]
pub type RenderPassAttachmentBeginInfoKHRBuilder<'a> = crate::vk1_2::RenderPassAttachmentBeginInfoBuilder<
'a,
>;
impl crate::vk1_0::FramebufferCreateFlagBits {
pub const IMAGELESS_KHR: Self = Self::IMAGELESS;
}
impl crate::vk1_0::StructureType {
pub const PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES_KHR: Self = Self::PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES;
pub const FRAMEBUFFER_ATTACHMENTS_CREATE_INFO_KHR: Self = Self::FRAMEBUFFER_ATTACHMENTS_CREATE_INFO;
pub const FRAMEBUFFER_ATTACHMENT_IMAGE_INFO_KHR: Self = Self::FRAMEBUFFER_ATTACHMENT_IMAGE_INFO;
pub const RENDER_PASS_ATTACHMENT_BEGIN_INFO_KHR: Self = Self::RENDER_PASS_ATTACHMENT_BEGIN_INFO;
}