Class XrVulkanGraphicsDeviceGetInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrVulkanGraphicsDeviceGetInfoKHR extends Struct<XrVulkanGraphicsDeviceGetInfoKHR> implements NativeResource

 struct XrVulkanGraphicsDeviceGetInfoKHR {
     XrStructureType type;
     void const * next;
     XrSystemId systemId;
     VkInstance vulkanInstance;
 }