Class VkVertexInputAttributeDescription

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVertexInputAttributeDescription extends Struct<VkVertexInputAttributeDescription> implements NativeResource

 struct VkVertexInputAttributeDescription {
     uint32_t location;
     uint32_t binding;
     VkFormat format;
     uint32_t offset;
 }