TAMSVIZ
Visualization and annotation tool for ROS
|
Public Member Functions | |
UniformBuffer (size_t binding_point) | |
void | update (const T &value) |
template<class CONTAINER > | |
void | update (const CONTAINER &data) |
void | bind () |
void | bind (size_t index) |
![]() | |
void | update (const void *data, size_t size) |
![]() | |
ResourceBase (const ResourceBase &)=delete | |
ResourceBase & | operator= (const ResourceBase &)=delete |
Additional Inherited Members | |
![]() | |
static void | setCleanupFunction (const std::function< void(const std::function< void()> &)> &callback) |
![]() | |
void | bind (size_t binding_point) |
void | bind (size_t binding_point, size_t offset, size_t size) |
![]() | |
void | cleanup (const std::function< void()> &callback) |
bool | invalidated () |
Definition at line 27 of file uniformbuffer.h.