| Value | Meaning |
|---|---|
| TCOD_RENDERER_GLSL | An OpenGL implementation using a shader. |
| TCOD_RENDERER_OPENGL | An OpenGL implementation without a shader. Performs worse than TCOD_RENDERER_GLSL without many benefits. |
| TCOD_RENDERER_SDL | A software based renderer. The font file is loaded into RAM instead of VRAM in this implementation. |
| TCOD_NB_RENDERERS |
Page generated by adrdox
The available renderers.