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

Public Attributes

std::string name
 
float defaultValue
 
float minValue {std::numeric_limits<float>::min()}
 
float maxValue {std::numeric_limits<float>::max()}
 

Member Data Documentation

◆ defaultValue

float vkCompViz::App::Parameters::Shaders::Uniform::defaultValue
export

Initial value of the uniform.

◆ maxValue

float vkCompViz::App::Parameters::Shaders::Uniform::maxValue {std::numeric_limits<float>::max()}
export

Maximum allowed value of the uniform.

◆ minValue

float vkCompViz::App::Parameters::Shaders::Uniform::minValue {std::numeric_limits<float>::min()}
export

Minimum allowed value of the uniform.

◆ name

std::string vkCompViz::App::Parameters::Shaders::Uniform::name
export

Name of the uniform. Corresponds to the name in the shader code.