vkCompViz App
 
Loading...
Searching...
No Matches
Public Attributes | List of all members
vkCompViz::App::Parameters::Screenshot Class Referenceexport
module vkCompViz

Configuration for saving screenshots. More...

Public Attributes

std::string path {"./"}
 
std::string extension {".png"}
 

Detailed Description

Configuration for saving screenshots.

Member Data Documentation

◆ extension

std::string vkCompViz::App::Parameters::Screenshot::extension {".png"}
export

File extension for screenshots.

◆ path

std::string vkCompViz::App::Parameters::Screenshot::path {"./"}
export

Directory path where screenshots are saved.