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

8 lines
125 B
Text
Raw Normal View History

2012-10-07 23:41:18 -04:00
vec4 xlat_main() {
return vec4(1.0, 1e7, 1e-6, 1.5);
2012-04-03 23:30:07 -04:00
}
void main() {
2012-10-07 23:41:18 -04:00
vec4 x = xlat_main();
gl_FragData[0] = x;
2012-04-03 23:30:07 -04:00
}