Document vismono (#1107)

* Document and explain vismono

* Make it more clear "CFB" means Color Frame Buffer

* Rename: Update DList/TLUT -> Desaturate DList/TLUT
This commit is contained in:
Dragorn421
2022-02-27 22:21:26 +01:00
committed by GitHub
parent 2306e094b2
commit dfbc356cdf
4 changed files with 107 additions and 48 deletions
+1
View File
@@ -218,6 +218,7 @@
#define GPACK_RGBA5551(r, g, b, a) ((((r)<<8) & 0xf800) | \
(((g)<<3) & 0x7c0) | \
(((b)>>2) & 0x3e) | ((a) & 0x1))
#define GPACK_IA16(i, a) (((i) << 8) | (a))
#define GPACK_ZDZ(z, dz) ((z) << 2 | (dz))
/*