danielkrupinski / GOESP

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.
MIT License
433 stars 72 forks source link

CPU performance optimization of "Smoke Hull" #90

Closed danielkrupinski closed 3 years ago

danielkrupinski commented 3 years ago

Caching vertexes & indexes of an antialiased particle makes "Smoke Hull" drawing code run more than two times faster.