This sample demonstrates creating a Vulkan context, rendering, and saving results to disk without a window interface.
- Windowless Vulkan context creation
- Offline rendering pipeline
- Image output to disk
offline.exe [OPTIONS]| Flag | Long Form | Description |
|---|---|---|
| -t | --time | Animation time |
| -w | --width | Render width |
| -h | --height | Render height |
| -o | --output | Output filename (must be .jpg) |
- Implements headless Vulkan instance
- Manages render targets and framebuffers without display
- Handles image data transfer from GPU to system memory
- Implements image encoding and file I/O for output
