michael-fadely / sadx-dc-lighting

Sonic Adventure 1 palette lighting for SADX PC.
MIT License
39 stars 3 forks source link

Palette Atlas #38

Closed michael-fadely closed 7 years ago

michael-fadely commented 7 years ago

This replaces the separate palette textures with a single palette atlas texture to reduce texture switching overhead. It also takes advantage of CComPtr to perform automatic reference counting on all stored texture pointers.

Fixes #33