Package org.lwjgl.vulkan
Class QCOMRotatedCopyCommands
java.lang.Object
org.lwjgl.vulkan.QCOMRotatedCopyCommands
This extension extends adds an optional rotation transform to copy commands
CmdBlitImage2KHR, CmdCopyImageToBuffer2KHR and CmdCopyBufferToImage2KHR. When copying between two resources, where one resource contains rotated content and the other does not, a rotated copy may be desired. This extension may be used in combination with VK_QCOM_render_pass_transform which adds rotated render passes.
This extension adds an extension structure to the following commands: vkCmdBlitImage2KHR, vkCmdCopyImageToBuffer2KHR and vkCmdCopyBufferToImage2KHR
- Name String
VK_QCOM_rotated_copy_commands- Extension Type
- Device extension
- Registered Extension Number
- 334
- Revision
- 2
- Extension and Version Dependencies
VK_KHR_copy_commands2or Version 1.3- Contact
- Matthew Netsch mnetsch
Other Extension Metadata
- Last Modified Date
- 2023-12-13
- Interactions and External Dependencies
- This extension interacts with
VK_KHR_swapchain - This extension interacts with
VK_KHR_surface
- This extension interacts with
- Contributors
- Jeff Leger, Qualcomm Technologies, Inc.
- Matthew Netsch, Qualcomm Technologies, Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSION
public static final int VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_QCOM_ROTATED_COPY_COMMANDS_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM
public static final int VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOMExtendsVkStructureType.- See Also:
-