molecular
|
Variable that can be fed to Renderer::Program More...
#include <Uniform.h>
Public Member Functions | |
virtual | ~Variable () |
virtual void | Apply (RenderCmdSink::Program *program, Hash name) const =0 |
Feed to program. More... | |
virtual unsigned int | GetArraySize () const |
Variable that can be fed to Renderer::Program
|
virtual |
|
pure virtual |
Feed to program.
Implemented in molecular::gfx::Output, molecular::gfx::Attribute, and molecular::gfx::Uniform< T, arraySize >.
|
inlinevirtual |
Reimplemented in molecular::gfx::Uniform< T, arraySize >.