1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#[doc = "<s>Vulkan Manual Page</s> · Constant"]
#[doc(alias = "VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION")]
pub const KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION: u32 = 1;
#[doc = "<s>Vulkan Manual Page</s> · Constant"]
#[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 = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPhysicalDeviceImagelessFramebufferFeaturesKHR.html) · Alias"]
#[doc(alias = "VkPhysicalDeviceImagelessFramebufferFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceImagelessFramebufferFeaturesKHR =
    crate::vk1_2::PhysicalDeviceImagelessFramebufferFeatures;
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPhysicalDeviceImagelessFramebufferFeaturesKHR.html) · Alias"]
#[doc(alias = "VkPhysicalDeviceImagelessFramebufferFeaturesKHR")]
#[allow(non_camel_case_types)]
pub type PhysicalDeviceImagelessFramebufferFeaturesKHRBuilder<'a> =
    crate::vk1_2::PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>;
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkFramebufferAttachmentsCreateInfoKHR.html) · Alias"]
#[doc(alias = "VkFramebufferAttachmentsCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type FramebufferAttachmentsCreateInfoKHR = crate::vk1_2::FramebufferAttachmentsCreateInfo;
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkFramebufferAttachmentsCreateInfoKHR.html) · Alias"]
#[doc(alias = "VkFramebufferAttachmentsCreateInfoKHR")]
#[allow(non_camel_case_types)]
pub type FramebufferAttachmentsCreateInfoKHRBuilder<'a> =
    crate::vk1_2::FramebufferAttachmentsCreateInfoBuilder<'a>;
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkFramebufferAttachmentImageInfoKHR.html) · Alias"]
#[doc(alias = "VkFramebufferAttachmentImageInfoKHR")]
#[allow(non_camel_case_types)]
pub type FramebufferAttachmentImageInfoKHR = crate::vk1_2::FramebufferAttachmentImageInfo;
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkFramebufferAttachmentImageInfoKHR.html) · Alias"]
#[doc(alias = "VkFramebufferAttachmentImageInfoKHR")]
#[allow(non_camel_case_types)]
pub type FramebufferAttachmentImageInfoKHRBuilder<'a> =
    crate::vk1_2::FramebufferAttachmentImageInfoBuilder<'a>;
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkRenderPassAttachmentBeginInfoKHR.html) · Alias"]
#[doc(alias = "VkRenderPassAttachmentBeginInfoKHR")]
#[allow(non_camel_case_types)]
pub type RenderPassAttachmentBeginInfoKHR = crate::vk1_2::RenderPassAttachmentBeginInfo;
#[doc = "[Vulkan Manual Page](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkRenderPassAttachmentBeginInfoKHR.html) · Alias"]
#[doc(alias = "VkRenderPassAttachmentBeginInfoKHR")]
#[allow(non_camel_case_types)]
pub type RenderPassAttachmentBeginInfoKHRBuilder<'a> =
    crate::vk1_2::RenderPassAttachmentBeginInfoBuilder<'a>;