https://github.com/nvpro-samples/vk_offline
Rendering offline using Vulkan without opening a window
https://github.com/nvpro-samples/vk_offline
Last synced: about 1 year ago
JSON representation
Rendering offline using Vulkan without opening a window
- Host: GitHub
- URL: https://github.com/nvpro-samples/vk_offline
- Owner: nvpro-samples
- License: apache-2.0
- Created: 2020-05-13T13:13:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T16:47:22.000Z (over 2 years ago)
- Last Synced: 2024-05-03T14:41:31.437Z (about 2 years ago)
- Language: C++
- Size: 30.3 KB
- Stars: 13
- Watchers: 11
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
**VK_OFFLINE**
This example shows how to create a Vulkan context, render and save the result to disk without
creating any window. An example on how to use Vulkan with command line executable.
~~~~ batch
offline.exe OPTION
-t : (float) time (default: 0.0). If time is < 0, then it will be random.
-s : (int int) size (default: 800 600)
-o : (string) output (default "result.png")
~~~~