Class VkBindIndexBufferIndirectCommandEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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