org.lwjgl.vulkan.QCOMRotatedCopyCommands Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-vulkan Show documentation
Show all versions of lwjgl-vulkan Show documentation
A new generation graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs used in a wide variety of devices from PCs and consoles to mobile phones and embedded platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
/**
* This extension extends adds an optional rotation transform to copy commands {@link KHRCopyCommands2#vkCmdBlitImage2KHR CmdBlitImage2KHR}, {@link KHRCopyCommands2#vkCmdCopyImageToBuffer2KHR CmdCopyImageToBuffer2KHR} and {@link KHRCopyCommands2#vkCmdCopyBufferToImage2KHR 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
*
* VK_QCOM_rotated_copy_commands
*
*
* - Name String
* - {@code VK_QCOM_rotated_copy_commands}
* - Extension Type
* - Device extension
* - Registered Extension Number
* - 334
* - Revision
* - 1
* - Extension and Version Dependencies
*
* - Requires Vulkan 1.0
* - Requires {@link KHRSwapchain VK_KHR_swapchain}
* - Requires {@link KHRCopyCommands2 VK_KHR_copy_commands2}
*
* - Contact
*
* - Jeff Leger jackohound
*
*
*
* Other Extension Metadata
*
*
* - Last Modified Date
* - 2020-09-18
* - Interactions and External Dependencies
*
* - None
*
* - Contributors
*
* - Jeff Leger, Qualcomm Technologies, Inc.
*
*
*/
public final class QCOMRotatedCopyCommands {
/** The extension specification version. */
public static final int VK_QCOM_ROTATED_COPY_COMMANDS_SPEC_VERSION = 1;
/** The extension name. */
public static final String VK_QCOM_ROTATED_COPY_COMMANDS_EXTENSION_NAME = "VK_QCOM_rotated_copy_commands";
/** Extends {@code VkStructureType}. */
public static final int VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM = 1000333000;
private QCOMRotatedCopyCommands() {}
}