EX sx::UniformFloat::UniformFloat |
( |
const string & |
id | ) |
|
constructor initializing this with identifier id
EX bool sx::UniformFloat::isLoaded |
( |
| ) |
const |
|
virtual |
as this is always loaded, the return value is always true
Implements sx::SXResource.
EX void sx::UniformFloat::load |
( |
| ) |
|
|
virtual |
as this is always loaded, this method has no effect on this
Implements sx::SXResource.
copies float v, and returns a reference to this
copies float v, and returns a reference to this
EX const UniformFloat& sx::UniformFloat::operator>> |
( |
float & |
v | ) |
const |
copies itself to float v, returns a reference to this
EX void sx::UniformFloat::use |
( |
Shader & |
shader, |
|
|
const string & |
id |
|
) |
| |
|
virtual |
float sx::UniformFloat::value |
value of the uniform float
The documentation for this class was generated from the following file: