vkCmdBindVertexBuffers top-level property

VkCmdBindVertexBuffers vkCmdBindVertexBuffers
getter/setter pair

Implementation

VkCmdBindVertexBuffers vkCmdBindVertexBuffers =
    loadFunction<VkCmdBindVertexBuffersNative>(
            _library, 'vkCmdBindVertexBuffers')
        .asFunction<VkCmdBindVertexBuffers>();