PeriDyno 1.0.0
Loading...
Searching...
No Matches
VkApp::Settings Struct Reference

Example settings that can be changed e.g. by command line arguments. More...

#include <VkApp.h>

Public Attributes

bool validation = false
 Activates validation layers (and message output) when set to true.
 
bool fullscreen = false
 Set to true if fullscreen mode has been requested via command line.
 
bool vsync = false
 Set to true if v-sync will be forced for the swapchain.
 
bool overlay = false
 Enable UI overlay.
 

Detailed Description

Example settings that can be changed e.g. by command line arguments.

Definition at line 156 of file VkApp.h.

Member Data Documentation

◆ fullscreen

bool VkApp::Settings::fullscreen = false

Set to true if fullscreen mode has been requested via command line.

Definition at line 160 of file VkApp.h.

◆ overlay

bool VkApp::Settings::overlay = false

Enable UI overlay.

Definition at line 164 of file VkApp.h.

◆ validation

bool VkApp::Settings::validation = false

Activates validation layers (and message output) when set to true.

Definition at line 158 of file VkApp.h.

◆ vsync

bool VkApp::Settings::vsync = false

Set to true if v-sync will be forced for the swapchain.

Definition at line 162 of file VkApp.h.


The documentation for this struct was generated from the following file: