Class VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR

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

public class VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR extends org.lwjgl.system.Struct<VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR> implements org.lwjgl.system.NativeResource
Structure describing max value of vertex attribute divisor that can be supported by an implementation.
Description

If the VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR 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 VkPhysicalDeviceVertexAttributeDivisorPropertiesKHR {
     VkStructureType sType();
     void * pNext();
     uint32_t maxVertexAttribDivisor();
     VkBool32 supportsNonZeroFirstInstance();
 }