Class XrGraphicsRequirementsVulkan2KHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrGraphicsRequirementsVulkanKHR>
org.lwjgl.openxr.XrGraphicsRequirementsVulkanKHR
org.lwjgl.openxr.XrGraphicsRequirementsVulkan2KHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrGraphicsRequirementsVulkan2KHR extends XrGraphicsRequirementsVulkanKHR
See XrGraphicsRequirementsVulkanKHR.

Layout


 struct XrGraphicsRequirementsVulkan2KHR {
     XrStructureType type;
     void * next;
     XrVersion minApiVersionSupported;
     XrVersion maxApiVersionSupported;
 }