org.lwjgl.openxr.FBFoveationVulkan Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-openxr Show documentation
Show all versions of lwjgl-openxr Show documentation
A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices.
The newest version!
/*
* 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_foveation_vulkan extension.
*
* The Vulkan graphics API requires an image to be applied to the swapchain to apply a foveation pattern.
*
* This extension allows:
*
*
* - An application to obtain foveation textures or constructs needed for foveated rendering in Vulkan.
*
*
* In order to enable the functionality of this extension, you 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 FBFoveationVulkan {
/** The extension specification version. */
public static final int XR_FB_foveation_vulkan_SPEC_VERSION = 1;
/** The extension name. */
public static final String XR_FB_FOVEATION_VULKAN_EXTENSION_NAME = "XR_FB_foveation_vulkan";
/** Extends {@code XrStructureType}. */
public static final int XR_TYPE_SWAPCHAIN_IMAGE_FOVEATION_VULKAN_FB = 1000160000;
private FBFoveationVulkan() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy