Files
WoWee/include/rendering
Kelsi c1f8e71885 perf: eliminate per-frame allocations and redundant lookups in render loop
Pre-classify kobold candle flame at model load time instead of per-batch
string alloc+lowercase+find in the render loop. Add O(1) normal map index
(normalMapByTexPtr_) replacing O(n) textureCache scan per batch. Reuse
toUpdate_ vector across frames instead of heap-allocating every frame.
Reuse preLogicalOp in handlePacket() instead of calling fromWire() twice.
Fix double hash lookups in loadModel() and createInstance().
2026-07-09 23:00:55 -07:00
..