VkCmdBindVertexBuffersNative typedef

VkCmdBindVertexBuffersNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 firstBinding, Uint32 bindingCount, Pointer<Pointer<VkBuffer>> pBuffers, Pointer<Uint64> pOffsets)

Implementation

typedef VkCmdBindVertexBuffersNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 firstBinding,
    Uint32 bindingCount,
    Pointer<Pointer<VkBuffer>> pBuffers,
    Pointer<Uint64> pOffsets);