summaryrefslogtreecommitdiff
path: root/src/core/hardware_interrupt_manager.cpp
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2019-06-11 23:02:50 -0300
committerGravatar ReinUsesLisp2019-06-11 23:02:50 -0300
commitee81fb94cd5da48c83a42ce236be5c2d215e54cc (patch)
treebbfe10d86301ebf96a31b97f871a91d958d3c165 /src/core/hardware_interrupt_manager.cpp
parentMerge pull request #2578 from lioncash/cnmt (diff)
downloadyuzu-ee81fb94cd5da48c83a42ce236be5c2d215e54cc.tar.gz
yuzu-ee81fb94cd5da48c83a42ce236be5c2d215e54cc.tar.xz
yuzu-ee81fb94cd5da48c83a42ce236be5c2d215e54cc.zip
gl_device: Fix TestVariableAoffi test
This test is intended to be invalid GLSL, but it was being invalid in two points instead of one. The intention is to use a non-immediate parameter in a textureOffset like function. The problem is that this shader was being compiled as a separable shader object and the text was writting to gl_Position without a redeclaration, being invalid GLSL. Address that issue by using a user-defined output attribute.
Diffstat (limited to 'src/core/hardware_interrupt_manager.cpp')
0 files changed, 0 insertions, 0 deletions