mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-15 01:00:47 -04:00
Clipper: Avoid dynamic allocations
The triangle clipper was allocating its temporary input, output and work buffers using a std::vector. Since this is a hot path, it's desirable to use stack allocation instead.
This commit is contained in:
2
externals/boost
vendored
2
externals/boost
vendored
Submodule externals/boost updated: b060148c08...97052c28ac
Reference in New Issue
Block a user