VkCmdBindIndexBufferNative typedef

VkCmdBindIndexBufferNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkBuffer> buffer, Uint64 offset, Int32 indexType)

Implementation

typedef VkCmdBindIndexBufferNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkBuffer> buffer,
    Uint64 offset,
    Int32 indexType);