Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Vulkan Offline Rendering

Offline Rendering Output

Overview

This sample demonstrates creating a Vulkan context, rendering, and saving results to disk without a window interface.

Key Features

  • Windowless Vulkan context creation
  • Offline rendering pipeline
  • Image output to disk

Usage

offline.exe [OPTIONS]

Options

Flag Long Form Description
-t --time Animation time
-w --width Render width
-h --height Render height
-o --output Output filename (must be .jpg)

Technical Considerations

  • 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