Poor Man’s Multitexturing – Procedural Palettes
Enable color decoding: Active channel : r g b a When doing multi texturing, most of the time you end up sampling multiple textures of the same size at the same coordinate (s,t). On some hardware, texture fetches are a major bottleneck. Instead of sampling 4 textures, we store one …