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

Defines a key binding to modify a uniform value via keyboard input. More...

Public Attributes

std::string uniform
 
std::string keyIncrease
 
std::string keyDecrease
 
float step {1.0f}
 

Detailed Description

Defines a key binding to modify a uniform value via keyboard input.

Member Data Documentation

◆ keyDecrease

std::string vkCompViz::App::Parameters::KeyBinding::keyDecrease
export

Key that decreases the uniform value.

◆ keyIncrease

std::string vkCompViz::App::Parameters::KeyBinding::keyIncrease
export

Key that increases the uniform value.

◆ step

float vkCompViz::App::Parameters::KeyBinding::step {1.0f}
export

Step size for increasing or decreasing the uniform.

◆ uniform

std::string vkCompViz::App::Parameters::KeyBinding::uniform
export

Name of the uniform variable to modify.