gKit2 light
|
Public Member Functions | |
ZBuffer (const int w, const int h, const float z=1) | |
void | clear (const float value=1) |
float & | operator() (const int x, const int y) |
ZBuffer (const int w, const int h) | |
void | clear (const float value=1) |
float & | operator() (const int x, const int y) |
Public Attributes | |
std::vector< float > | data |
int | width |
int | height |
Definition at line 18 of file pipeline.cpp.