SPIRV-Cross/reference/opt/shaders/asm/frag/op-constant-null.asm.frag

12 lines
144 B
GLSL
Raw Normal View History

2017-11-22 11:08:06 +00:00
#version 310 es
precision mediump float;
precision highp int;
layout(location = 0) out float FragColor;
void main()
{
FragColor = 0.0;
}