bgfx/3rdparty/glsl-optimizer/tests/fragment/struct-unused-in.txt
Branimir Karadzic dee3fe5266 Initial commit.
2012-04-03 20:30:07 -07:00

7 lines
103 B
Text

struct SurfaceOutput {
vec4 color;
};
void main() {
SurfaceOutput o;
gl_FragColor = vec4(0.0);
}