Orxonox  0.0.5 Codename: Arcturus
Public Attributes | List of all members
orxonox::Shader::ParameterContainer Struct Reference

Helper struct to store parameters for shader programs. More...

Public Attributes

std::string parameter_
 The name of the parameter. More...
 
unsigned short pass_
 The ID of the pass. More...
 
unsigned short technique_
 The ID of the technique. More...
 
MultiType value_
 The desired value of the parameter. More...
 

Detailed Description

Helper struct to store parameters for shader programs.

Member Data Documentation

std::string orxonox::Shader::ParameterContainer::parameter_

The name of the parameter.

unsigned short orxonox::Shader::ParameterContainer::pass_

The ID of the pass.

unsigned short orxonox::Shader::ParameterContainer::technique_

The ID of the technique.

MultiType orxonox::Shader::ParameterContainer::value_

The desired value of the parameter.


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