• A
    Added DXT3 and DXT5 compressed textures to the example. · 61142563
    alteredq 提交于
    This is how compressed textures are supposed to be used:
    
    DXT1 - RGB - opaque textures
    DXT3 - RGBA - transparent textures with sharp alpha transitions
    DXT5 - RGBA - transparent textures with full alpha range
    61142563