mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-08-14 15:49:25 +00: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