pure virtual interface for objects that can act bind data to uniforms
#include <uniform_bindings.hpp>
Inherited by renderstack::frame.
Public Member Functions | |
virtual bool | connect (uniform_bindings &bindings, enum logical_uniform type, int slot)=0 |
Definition at line 195 of file uniform_bindings.hpp.
virtual bool renderstack::uniform_source::connect | ( | uniform_bindings & | bindings, | |
enum logical_uniform | type, | |||
int | slot | |||
) | [pure virtual] |
Implemented in renderstack::camera, and renderstack::frame.