mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 17:17:56 -05: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