Rasterfarm-SDK
|
#include <uniform.h>
Public Member Functions | |
UniformValue (Handle binding, T value) | |
void | set (T v) |
~UniformValue () | |
virtual void | submit (Program *pProgram)=0 |
Public Member Functions inherited from UniformBuffer< T > | |
UniformBuffer (Handle binding, T *pBuffer, int count) | |
virtual | ~UniformBuffer () |
void | setBuffer (T *pBuffer) |
Public Member Functions inherited from Uniform | |
Uniform (Handle binding, UniformBufferHandle ubo, uint count) | |
virtual | ~Uniform () |
UniformBufferHandle | getBufferObjectHandle () |
uint | getCount () const |
Public Member Functions inherited from DynamicType | |
DynamicType () | |
template<class C > | |
void | addType () |
TypeID | getDerivedTypeId () const |
template<class C > | |
const bool | isType () const |
template<class C > | |
const C * | cast () const |
template<class C > | |
C * | cast () |
template<class FROM , class TO > | |
TO * | cast () |
template<class FROM , class TO > | |
const TO * | cast () const |
Protected Attributes | |
T | value |
Protected Attributes inherited from UniformBuffer< T > | |
T * | pBuffer |
Protected Attributes inherited from Uniform | |
Handle | binding |
UniformBufferHandle | ubo |
uint | count |
|
inline |
|
inline |
|
inline |
|
pure virtual |
Implements UniformBuffer< T >.
Implemented in UniformArrayValue< T >, UniformSampler, UniformValue1f, and UniformValue1i.
|
protected |