#include <render-invocation.hpp>

Definition at line 51 of file render-invocation.hpp.
Public Member Functions | |
| BuffHandle | operator[] (size_t channel) |
| pull calculated data from the N-th node output channel | |
| RenderInvocation (ProcNode *exitNode) | |
| size_t | size () |
Private Attributes | |
| ProcNode * | theNode_ |
| BuffHandle engine::RenderInvocation::operator[] | ( | size_t | channel | ) |
pull calculated data from the N-th node output channel
Definition at line 48 of file render-invocation.cpp.
References engine::ProcNode::pull().

1.5.6