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.
Loading
Please register or sign in to comment
Using static here might be faster at runtime, but it adds a heap allocation called before main.