Class VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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

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