RetroArch/deps/SPIRV-Cross/reference/shaders/asm/frag/undef-variable-store.asm.frag
aliaspider 5af5222249 update SPIRV-Cross
- https://github.com/KhronosGroup/SPIRV-Cross/commit/
66a407285e36a0f772e3209cb86ded6e3d900f6a
2018-01-26 13:48:17 +01:00

30 lines
448 B
GLSL

#version 450
layout(location = 0) out vec4 _entryPointOutput;
vec4 _38;
vec4 _47;
void main()
{
vec4 _27;
do
{
vec2 _26 = vec2(0.0);
if (_26.x != 0.0)
{
_27 = vec4(1.0, 0.0, 0.0, 1.0);
break;
}
else
{
_27 = vec4(1.0, 1.0, 0.0, 1.0);
break;
}
_27 = _38;
break;
} while (false);
_entryPointOutput = _27;
}