public final class KHRSwapchainMutableFormat
extends java.lang.Object
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.
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.
VK_KHR_swapchain_mutable_formatVK_KHR_swapchainVK_KHR_maintenance2VK_KHR_image_format_list| Modifier and Type | Field and 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
Extends
VkSwapchainCreateFlagBitsKHR. |
public static final int VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_SPEC_VERSION
public static final java.lang.String VK_KHR_SWAPCHAIN_MUTABLE_FORMAT_EXTENSION_NAME
public static final int VK_SWAPCHAIN_CREATE_MUTABLE_FORMAT_BIT_KHR
VkSwapchainCreateFlagBitsKHR.Copyright LWJGL. All Rights Reserved. License terms.