vulkan-3.24.4: Bindings to the Vulkan graphics API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Vulkan.Extensions.VK_KHR_copy_commands2

Description

Name

VK_KHR_copy_commands2 - device extension

VK_KHR_copy_commands2

Name String
VK_KHR_copy_commands2
Extension Type
Device extension
Registered Extension Number
338
Revision
1
Extension and Version Dependencies
  • Requires support for Vulkan 1.0
Deprecation state
Contact

Other Extension Metadata

Last Modified Date
2020-07-06
Interactions and External Dependencies
  • Promoted to Vulkan 1.3 Core
Interactions and External Dependencies
  • None
Contributors
  • Jeff Leger, Qualcomm
  • Tobias Hector, AMD
  • Jan-Harald Fredriksen, ARM
  • Tom Olson, ARM

Description

This extension provides extensible versions of the Vulkan buffer and image copy commands. The new commands are functionally identical to the core commands, except that their copy parameters are specified using extensible structures that can be used to pass extension-specific information.

The following extensible copy commands are introduced with this extension: cmdCopyBuffer2KHR, cmdCopyImage2KHR, cmdCopyBufferToImage2KHR, cmdCopyImageToBuffer2KHR, cmdBlitImage2KHR, and cmdResolveImage2KHR. Each command contains an *Info2KHR structure parameter that includes sType/pNext members. Lower level structures describing each region to be copied are also extended with sType/pNext members.

New Commands

New Structures

New Enum Constants

Promotion to Vulkan 1.3

Functionality in this extension is included in core Vulkan 1.3, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.

Version History

  • Revision 1, 2020-07-06 (Jeff Leger)

    • Internal revisions

See Also

BlitImageInfo2KHR, BufferCopy2KHR, BufferImageCopy2KHR, CopyBufferInfo2KHR, CopyBufferToImageInfo2KHR, CopyImageInfo2KHR, CopyImageToBufferInfo2KHR, ImageBlit2KHR, ImageCopy2KHR, ImageResolve2KHR, ResolveImageInfo2KHR, cmdBlitImage2KHR, cmdCopyBuffer2KHR, cmdCopyBufferToImage2KHR, cmdCopyImage2KHR, cmdCopyImageToBuffer2KHR, cmdResolveImage2KHR

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 KHR_COPY_COMMANDS_2_EXTENSION_NAME = "VK_KHR_copy_commands2" Source #

pattern KHR_COPY_COMMANDS_2_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #