33 #ifndef LE_RASTERIZER_H
34 #define LE_RASTERIZER_H
40 #ifndef LE_RENDERER_INTRASTER
41 #error LE_RENDERER_INTRASTER undefined.
42 #error Use LE_RENDERER_INTRASTER (in config.h) to select between fixed point or floating point triangle rasterization.
43 #endif // LE_RENDERER_INTRASTER
46 #if LE_RENDERER_INTRASTER == 1
52 #endif // LE_RASTERIZER_H
LightEngine 3D: Triangle rasterizer (fixed point)
LightEngine 3D: General engine configuration file.
LightEngine 3D: Triangle rasterizer (floating point)
LightEngine 3D: Global helpers and definitions.