 |
globjects
1.0.0.000000000000
Strict OpenGL objects wrapper.
|
Go to the documentation of this file.
6 #include <globjects/globjects_api.h>
26 virtual std::string shortInfo()
const override;
27 virtual std::string string()
const override;
29 void setString(
const std::string &
string);
Contains all the classes that wrap OpenGL functionality.
Superclass for all types of static and dynamic strings, e.g. for the use as Shader code.
Definition: AbstractStringSource.h:25
std::string m_string
Definition: StaticStringSource.h:32
StaticStringSource is a StringSource using an std::string as source.
Definition: StaticStringSource.h:20