VkCmdBindIndexBuffer typedef

VkCmdBindIndexBuffer = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkBuffer> buffer, int offset, int indexType)

Implementation

typedef VkCmdBindIndexBuffer = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkBuffer> buffer,
    int offset,
    int indexType);