Class VkBindVertexBufferIndirectCommandNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkBindVertexBufferIndirectCommandNV extends Struct<VkBindVertexBufferIndirectCommandNV> implements NativeResource

 struct VkBindVertexBufferIndirectCommandNV {
     VkDeviceAddress bufferAddress;
     uint32_t size;
     uint32_t stride;
 }