An open API service indexing awesome lists of open source software.

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

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")
~~~~