Class VkPhysicalDeviceMultiDrawPropertiesEXT

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

public class VkPhysicalDeviceMultiDrawPropertiesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceMultiDrawPropertiesEXT> implements org.lwjgl.system.NativeResource
Structure describing multidraw limits of an implementation.
Description

If the VkPhysicalDeviceMultiDrawPropertiesEXT structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceMultiDrawPropertiesEXT {
     VkStructureType sType;
     void * pNext;
     uint32_t maxMultiDrawCount();
 }