29 inline void Set(
std::string const& name,
unsigned int value);
30 inline void Set(
std::string const& name,
float value);
31 inline void Set(
std::string const& name,
double value);
33 inline std::vector<std::pair<std::string,std::string>>
const& Get()
const;
49 Update(name, std::to_string(value));
54 Update(name, std::to_string(value));
59 Update(name, std::to_string(value));
64 Update(name, std::to_string(value));
73 inline std::vector<std::pair<std::string, std::string>>
const&
std::vector< std::pair< std::string, std::string > > const & Get() const
std::vector< std::pair< std::string, std::string > > mDefinitions
GLsizei const GLfloat * value
GLuint const GLchar * name
GLsizei const GLchar *const * string
void Set(std::string const &name, int value)