Class VkVertexInputAttributeDescription2EXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVertexInputAttributeDescription2EXT extends Struct<VkVertexInputAttributeDescription2EXT> implements NativeResource
struct VkVertexInputAttributeDescription2EXT {
    VkStructureType sType;
    void * pNext;
    uint32_t location;
    uint32_t binding;
    VkFormat format;
    uint32_t offset;
}