Public Member Functions | |
| ABuffer (int width, int height, int subpixels) | |
| ~ABuffer (void) | |
| void | clear (void) |
| int | getWidth () const |
| int | getHeight () const |
| int | getSubpixels () const |
| void | appendFragment (int x, int y, int subpixel, const Fragment &f) |
| void | collapseToFrameBuffer (Color *frameBuffer, const Vector4 &background, bool zrange, float zthreshold) |
| float | getAverageFragmentsPerPixel () const |
Classes | |
| struct | Fragment |
Definition at line 8 of file ABuffer.h.
1.5.1-p1