Package org.lwjgl.vulkan
Class KHRSwapchainMutableFormat
- java.lang.Object
-
- org.lwjgl.vulkan.KHRSwapchainMutableFormat
-
public final class KHRSwapchainMutableFormat extends java.lang.Object
Short Description
Allows processing of swapchain images as different formats to that used by the window system, which is particularly useful for switching between sRGB and linear RGB formats.
Description
This extension adds a new swapchain creation flag that enables creating image views from presentable images with a different format than the one used to create the swapchain.
- Name String
VK_KHR_swapchain_mutable_format
- Extension Type
- Device extension
- Registered Extension Number
- 201
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Requires
VK_KHR_swapchain
- Requires
VK_KHR_maintenance2
- Requires
VK_KHR_image_format_list
- Contact
- Daniel Rakos drakos-arm
- Last Modified Date
- 2018-03-28
- IP Status
- No known IP claims.
- Contributors
- Jason Ekstrand, Intel
- Jan-Harald Fredriksen, ARM
- Jesse Hall, Google
- Daniel Rakos, AMD
- Ray Smith, ARM
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME
The extension name.static int
VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION
The extension specification version.static int
VK_SWAPCHAIN_CREATE_MUTABLE_FORMAT_BIT_KHR
ExtendsVkSwapchainCreateFlagBitsKHR
.
-
-
-
Field Detail
-
VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION
public static final int VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION
The extension specification version.- See Also:
- Constant Field Values
-
VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME
public static final java.lang.String VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME
The extension name.- See Also:
- Constant Field Values
-
VK_SWAPCHAIN_CREATE_MUTABLE_FORMAT_BIT_KHR
public static final int VK_SWAPCHAIN_CREATE_MUTABLE_FORMAT_BIT_KHR
ExtendsVkSwapchainCreateFlagBitsKHR
.- See Also:
- Constant Field Values
-
-