Class KHRCopyCommands2

java.lang.Object
org.lwjgl.vulkan.KHRCopyCommands2

public class KHRCopyCommands2 extends Object
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 stext:*Info2KHR structure parameter that includes sType/pNext members. Lower level structures describing each region to be copied are also extended with sType/pNext members.

Promotion to Vulkan 1.3

Vulkan APIs in this extension are included in core Vulkan 1.3, with the KHR suffix omitted. External interactions defined by this extension, such as SPIR-V token names, retain their original names. The original Vulkan API names are still available as aliases of the core functionality.

Name String
VK_KHR_copy_commands2
Extension Type
Device extension
Registered Extension Number
338
Revision
1
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1
Deprecation State
Contact
Other Extension Metadata
Last Modified Date
2020-07-06
Contributors
  • Jeff Leger, Qualcomm
  • Tobias Hector, AMD
  • Jan-Harald Fredriksen, ARM
  • Tom Olson, ARM