mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-22 05:09:13 +00:00
Two of the big nasties, according to profiling, are the TnL enum and creation of Direct3D objects. It turned out we were doing these things several times (3 and 4 respectively) during the init process. So, now we have an hsGDirect3D namespace and some smart pointers to manage them!