Class VkPhysicalDeviceLayeredApiVulkanPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceLayeredApiVulkanPropertiesKHR extends Struct<VkPhysicalDeviceLayeredApiVulkanPropertiesKHR> implements NativeResource

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