mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 23:54:06 +00:00
5af5222249
- https://github.com/KhronosGroup/SPIRV-Cross/commit/ 66a407285e36a0f772e3209cb86ded6e3d900f6a
30 lines
448 B
GLSL
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;
|
|
}
|
|
|