mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 08:06:21 +01:00
![Billy Laws](/assets/img/avatar_default.png)
The constant destruction and creation of `BufferView`s in cbuf-heavy games showed up as a large chunk of the profiler. Fix this by taking advantage of the fact that constant buffer `BufferView`s are never deleted and always kept around in the cache to just return a pointer to them in the cache.