Class VkVertexInputAttributeDescription2EXT

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

public class VkVertexInputAttributeDescription2EXT extends org.lwjgl.system.Struct<VkVertexInputAttributeDescription2EXT> implements org.lwjgl.system.NativeResource
Structure specifying the extended vertex input attribute description.
Valid Usage
Valid Usage (Implicit)
See Also

CmdSetVertexInputEXT

Layout


 struct VkVertexInputAttributeDescription2EXT {
     VkStructureType sType();
     void * pNext();
     uint32_t location();
     uint32_t binding();
     VkFormat format();
     uint32_t offset();
 }