 |
globjects
1.0.0.000000000000
Strict OpenGL objects wrapper.
|
Go to the documentation of this file.
4 #include <glbinding/gl/types.h>
6 #include <globjects/globjects_api.h>
36 class Uniform :
public AbstractUniform
41 Uniform(
const std::string & name);
46 const T &
value()
const;
51 virtual void updateAt(
const Program * program, gl::GLint location)
const override;
61 #include <globjects/Uniform.inl>
Contains all the classes that wrap OpenGL functionality.