1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-18 09:15:13 -06:00
Files
suyu-mirror/src/video_core
ReinUsesLisp ae46ad48ed shader_ir: Avoid using static on heap-allocated objects
Using static here might be faster at runtime, but it adds a heap
allocation called before main.
2019-04-15 21:12:43 -03:00
..