Package org.lwjgl.openxr
Class FBFoveationVulkan
java.lang.Object
org.lwjgl.openxr.FBFoveationVulkan
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 CreateInstance via the XrInstanceCreateInfo enabledExtensionNames parameter as indicated in the extension section.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsXrStructureType. -
Method Summary
-
Field Details
-
XR_FB_foveation_vulkan_SPEC_VERSION
public static final int XR_FB_foveation_vulkan_SPEC_VERSIONThe extension specification version.- See Also:
-
XR_FB_FOVEATION_VULKAN_EXTENSION_NAME
The extension name.- See Also:
-
XR_TYPE_SWAPCHAIN_IMAGE_FOVEATION_VULKAN_FB
public static final int XR_TYPE_SWAPCHAIN_IMAGE_FOVEATION_VULKAN_FBExtendsXrStructureType.- See Also:
-