RetroArch/deps/SPIRV-Cross/reference/shaders/asm/frag/out-of-bounds-access-opspec...

16 lines
174 B
GLSL

#version 320 es
precision mediump float;
precision highp int;
const uint _15 = 3u;
void main()
{
vec3 v = vec3(0.0);
if (false)
{
v[0] = 99.0;
}
}