Class XrGraphicsRequirementsVulkan2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrGraphicsRequirementsVulkan2KHR extends XrGraphicsRequirementsVulkanKHR
struct XrGraphicsRequirementsVulkan2KHR {
    XrStructureType type;
    void * next;
    XrVersion minApiVersionSupported;
    XrVersion maxApiVersionSupported;
}