
org.lwjgl.openxr.FBSwapchainUpdateStateVulkan Maven / Gradle / Ivy
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.openxr;
/**
* The XR_FB_swapchain_update_state_vulkan extension.
*
* This extension enables the application to modify and query Vulkan-specific mutable state associated with a swapchain, examples include:
*
*
* - On platforms where composition runs in a separate process from the application, swapchains must be created in a cross-process friendly way. In such cases, the texture image memory may be shared between processes, but the texture state may not; and, an explicit mechanism to synchronize this texture state between the application and the compositor is required.
*
*
* In order to enable the functionality of this extension, the application must pass the name of the extension into {@link XR10#xrCreateInstance CreateInstance} via the {@link XrInstanceCreateInfo} {@code enabledExtensionNames} parameter as indicated in the extension section.
*/
public final class FBSwapchainUpdateStateVulkan {
/** The extension specification version. */
public static final int XR_FB_swapchain_update_state_vulkan_SPEC_VERSION = 1;
/** The extension name. */
public static final String XR_FB_SWAPCHAIN_UPDATE_STATE_VULKAN_EXTENSION_NAME = "XR_FB_swapchain_update_state_vulkan";
/** Extends {@code XrStructureType}. */
public static final int XR_TYPE_SWAPCHAIN_STATE_SAMPLER_VULKAN_FB = 1000163000;
private FBSwapchainUpdateStateVulkan() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy