NTrace
GPU ray tracing framework
|
#include <PixelTable.hpp>
Public Member Functions | |
PixelTable (void) | |
~PixelTable (void) | |
void | setSize (const Vec2i &size) |
const Vec2i & | getSize (void) const |
Buffer & | getIndexToPixel (void) |
Buffer & | getPixelToIndex (void) |
Definition at line 35 of file PixelTable.hpp.
PixelTable::PixelTable | ( | void | ) |
Definition at line 34 of file PixelTable.cpp.
PixelTable::~PixelTable | ( | void | ) |
Definition at line 41 of file PixelTable.cpp.
Definition at line 44 of file PixelTable.hpp.
Definition at line 45 of file PixelTable.hpp.
Definition at line 43 of file PixelTable.hpp.
Definition at line 47 of file PixelTable.cpp.