StuBS
framebuffer.h File Reference

Framebuffer implementing primitive graphic operations More...

#include "types.h"
#include "graphics/primitives.h"
#include "utils/string.h"
Include dependency graph for framebuffer.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Framebuffer< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE >
 Implementation of primitive operations on a memory area used as framebuffer. More...
 
class  Framebuffer< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE >::PixelComponent< OFFSET, SIZE >
 Pixel component. More...
 
union  Framebuffer< COLORDEPTH, OFFSET_RED, OFFSET_GREEN, OFFSET_BLUE, BITS_RED, BITS_GREEN, BITS_BLUE >::Pixel
 Pixel (colored) More...
 

Detailed Description

Framebuffer implementing primitive graphic operations