bgfx/3rdparty/glsl-optimizer/tests/fragment/tex2dshadow-out.txt

10 lines
236 B
Text
Raw Normal View History

2012-10-07 23:41:18 -04:00
uniform sampler2DShadow shadowmap;
2014-02-11 02:06:13 -05:00
varying vec4 xlv_TEXCOORD0;
2012-10-07 23:41:18 -04:00
void main ()
{
gl_FragData[0] = vec4((shadow2D (shadowmap, xlv_TEXCOORD0.xyz).x + shadow2DProj (shadowmap, xlv_TEXCOORD0).x));
}
2014-02-11 02:06:13 -05:00
// inputs: 1, stats: 1 alu 2 tex 0 flow