#include <stdio.h>
#include <string.h>
#include "vuColour.h"
Include dependency graph for FrameBuffer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | FrameBuffer< N > |
Frame buffer class with basic functionality. More... | |
Defines | |
#define | FB_FLOAT |
Typedefs | |
typedef float | fbtype |
typedef FrameBuffer< 1 > | AlphaMask |
An alpha mask is a frame buffer with just one component. | |
typedef FrameBuffer< 4 > | RGBABuffer |
This is a complete buffer. |
|
Definition at line 10 of file FrameBuffer.h. |
|
An alpha mask is a frame buffer with just one component.
Definition at line 425 of file FrameBuffer.h. |
|
Definition at line 14 of file FrameBuffer.h. |
|
This is a complete buffer. Storing red, green, and blue plus extra alpha blending weight for each pixel. Definition at line 429 of file FrameBuffer.h. |