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

Window configuration. More...

Collaboration diagram for vkCompViz::App::Parameters::Window:
Collaboration graph
[legend]

Public Attributes

bool enable {true}
 
Resolution resolution {640, 480}
 
std::string title {"No title"}
 
float fps {60.0f}
 

Detailed Description

Window configuration.

Member Data Documentation

◆ enable

bool vkCompViz::App::Parameters::Window::enable {true}
export

Enables or disables application window.

◆ fps

float vkCompViz::App::Parameters::Window::fps {60.0f}
export

Frame rate of the window.

◆ resolution

Resolution vkCompViz::App::Parameters::Window::resolution {640, 480}
export

Resolution of the window (width x height).

◆ title

std::string vkCompViz::App::Parameters::Window::title {"No title"}
export

Title of the application window.