VideoCore: Fix dangling lambda context in shader interpreter
The static meant that after the first execution, these lambda context would be pointing to a random location on the stack. Fixes a random crash when using the interpreter.
Loading
Please register or sign in to comment