Class FBFoveationVulkan

java.lang.Object
org.lwjgl.openxr.FBFoveationVulkan

public final class FBFoveationVulkan extends Object
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 Details

    • XR_FB_foveation_vulkan_SPEC_VERSION

      public static final int XR_FB_foveation_vulkan_SPEC_VERSION
      The extension specification version.
      See Also:
    • XR_FB_FOVEATION_VULKAN_EXTENSION_NAME

      public static final String 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_FB
      Extends XrStructureType.
      See Also: