bgfx/3rdparty/glsl-optimizer/tests/fragment/struct-unused-in.txt

8 lines
103 B
Text
Raw Normal View History

2012-04-03 23:30:07 -04:00
struct SurfaceOutput {
vec4 color;
};
void main() {
SurfaceOutput o;
gl_FragColor = vec4(0.0);
}