Class VkBindIndexBufferIndirectCommandNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkBindIndexBufferIndirectCommandNV extends Struct<VkBindIndexBufferIndirectCommandNV> implements NativeResource
struct VkBindIndexBufferIndirectCommandNV {
    VkDeviceAddress bufferAddress;
    uint32_t size;
    VkIndexType indexType;
}