Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
helper for organisation of render data buffers Used during the process of _"pulling"_ a render node, which recursively might pull further nodes.
Any node has a render calculation function, which in turn needs input and output buffers
Definition in file bufftable.hpp.
#include "lib/error.hpp"
#include "steam/engine/buffhandle.hpp"
#include "steam/engine/procnode.hpp"
#include "lib/iter-adapter.hpp"
#include <vector>
#include <utility>
Classes | |
struct | BuffTable |
Obsolete, to be rewritten /////TICKET #826. More... | |
class | BuffTable::Builder |
struct | BuffTable::Storage< count > |
struct | BuffTable::StorageChunk |
Namespaces | |
steam | |
Steam-Layer implementation namespace root. | |
steam::engine | |
Lumiera's render engine core and operational control. | |
struct steam::engine::BuffTable::StorageChunk |