"src/common/common.h" did not exist on "d5863c415e860e33f713057e72e5737f8982758a"
ShaderGen: Implemented predicated instruction execution.
Each predicated instruction will be wrapped in an `if (predicate) { instruction_body; }` in the GLSL, where `predicate` is one of the predicate boolean variables previously set by fsetp.
Loading
Please register or sign in to comment