molecular
|
Sets arbitrary uniform variables before calling the callee. More...
#include <SetUniforms.h>
Public Member Functions | |
template<class TRenderManager > | |
SetUniforms (TRenderManager &manager) | |
void | Execute () override |
template<class T > | |
void | SetUniform (Hash hash, const T &variable) |
![]() | |
template<class TRenderManager > | |
SingleCalleeRenderFunction (TRenderManager &manager) | |
SingleCalleeRenderFunction (Scoping &scoping, RenderCmdSink &renderer) | |
util::AxisAlignedBox | GetBounds () const override |
bool | BoundsChangedSince (int framecounter) const override |
void | SetCallee (RenderFunction *callee) |
![]() | |
template<class TRenderManager > | |
RenderFunction (TRenderManager &manager) | |
RenderFunction (Scoping &scoping, RenderCmdSink &renderer) | |
virtual | ~RenderFunction () |
virtual void | Set (Hash, bool) |
Set bool property with given name. More... | |
Additional Inherited Members | |
![]() | |
template<class T > | |
const T * | GetVariable (Hash key) |
Convenience shortcut to a variable pointer from the dynamic scope. More... | |
![]() | |
RenderFunction * | mCallee = nullptr |
![]() | |
Scoping & | mScoping |
RenderCmdSink & | mRenderer |
Sets arbitrary uniform variables before calling the callee.
Variables are stored as a Material.
|
inline |
|
overridevirtual |
Implements molecular::gfx::RenderFunction.
|
inline |