Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Name
VK_KHR_imageless_framebuffer - device extension
VK_KHR_imageless_framebuffer
- Name String
VK_KHR_imageless_framebuffer
- Extension Type
- Device extension
- Registered Extension Number
- 109
- Revision
- 1
- Ratification Status
- Ratified
- Extension and Version Dependencies
- VK_KHR_maintenance2 and VK_KHR_image_format_list and VK_KHR_get_physical_device_properties2
- Deprecation State
- Promoted to Vulkan 1.2
- Contact
Other Extension Metadata
- Last Modified Date
- 2018-12-14
- Interactions and External Dependencies
- Promoted to Vulkan 1.2 Core
- Contributors
- Tobias Hector
- Graham Wihlidal
Description
This extension allows framebuffers to be created without the need for creating images first, allowing more flexibility in how they are used, and avoiding the need for many of the confusing compatibility rules.
Framebuffers are now created with a small amount of additional metadata
about the image views that will be used in
FramebufferAttachmentsCreateInfoKHR
, and the actual image views are
provided at render pass begin time via
RenderPassAttachmentBeginInfoKHR
.
Promotion to Vulkan 1.2
All functionality in this extension is included in core Vulkan 1.2, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.
New Structures
Extending
FramebufferCreateInfo
:Extending
PhysicalDeviceFeatures2
,DeviceCreateInfo
:Extending
RenderPassBeginInfo
:
New Enum Constants
KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION
Extending
FramebufferCreateFlagBits
:Extending
StructureType
:
Version History
Revision 1, 2018-12-14 (Tobias Hector)
- Internal revisions
See Also
FramebufferAttachmentImageInfoKHR
,
FramebufferAttachmentsCreateInfoKHR
,
PhysicalDeviceImagelessFramebufferFeaturesKHR
,
RenderPassAttachmentBeginInfoKHR
Document Notes
For more information, see the Vulkan Specification
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.
Documentation
type PhysicalDeviceImagelessFramebufferFeaturesKHR = PhysicalDeviceImagelessFramebufferFeatures Source #
pattern KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME = "VK_KHR_imageless_framebuffer" Source #
pattern KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #