SaschaWillems/Vulkan

How to run examples without displaying?

ZSL98 opened this issue · 1 comments

I want to use this repo as a benchmark to test the performance of my Nvidia computing card A100. So I want Vulkan to use GPU to compute and render, and not display any images. How can I switch off the display option? Thanks!

Aside from the two headless examples, all examples require a display output. There is no option to display visual output and I don't plan on adding that.

Please also note that this repo is not suited for doing benchmarks that compare devices performance.