VkCmdBindVertexBuffers typedef

VkCmdBindVertexBuffers = void Function(Pointer<VkCommandBuffer> commandBuffer, int firstBinding, int bindingCount, Pointer<Pointer<VkBuffer>> pBuffers, Pointer<Uint64> pOffsets)

Implementation

typedef VkCmdBindVertexBuffers = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int firstBinding,
    int bindingCount,
    Pointer<Pointer<VkBuffer>> pBuffers,
    Pointer<Uint64> pOffsets);