Added text-console note to GfxMode comment.

This commit is contained in:
yellows8 2018-02-12 17:52:10 -05:00
parent 13b4c74723
commit ea612e3060

View File

@ -14,7 +14,7 @@
/// Same as \ref RGBA8 except with alpha=0xff.
#define RGBA8_MAXALPHA(r,g,b) RGBA8(r,g,b,0xff)
/// GfxMode set by \ref gfxSetMode. The default is GfxMode_LinearDouble.
/// GfxMode set by \ref gfxSetMode. The default is GfxMode_LinearDouble. Note that the text-console (see console.h) sets this to GfxMode_TiledSingle.
typedef enum
{
GfxMode_TiledSingle, /// Single-buffering with raw tiled (block-linear) framebuffer.