Class VkPhysicalDeviceLayeredApiVulkanPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceLayeredApiVulkanPropertiesKHR extends Struct<VkPhysicalDeviceLayeredApiVulkanPropertiesKHR> implements NativeResource

 struct VkPhysicalDeviceLayeredApiVulkanPropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkPhysicalDeviceProperties2 properties;
 }