Class VkPhysicalDeviceLayeredApiVulkanPropertiesKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceLayeredApiVulkanPropertiesKHR>
org.lwjgl.vulkan.VkPhysicalDeviceLayeredApiVulkanPropertiesKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceLayeredApiVulkanPropertiesKHR extends org.lwjgl.system.Struct<VkPhysicalDeviceLayeredApiVulkanPropertiesKHR> implements org.lwjgl.system.NativeResource
Structure describing physical device properties of a layered Vulkan implementation underneath the Vulkan physical device.
Description

The implementation must zero-fill the contents of properties.properties.limits and properties.properties.sparseProperties.

Valid Usage
Valid Usage (Implicit)
See Also

VkPhysicalDeviceProperties2

Layout


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