bgfx/3rdparty/glsl-optimizer/tests/fragment/texCubeShadow-outES3.txt
2014-02-10 23:06:13 -08:00

14 lines
282 B
Text

#version 300 es
precision mediump float;
uniform lowp samplerCubeShadow shadowmap;
in mediump vec4 uv;
out mediump vec4 _fragColor;
void main ()
{
lowp vec4 tmpvar_1;
tmpvar_1 = vec4(texture (shadowmap, uv));
_fragColor = tmpvar_1;
}
// inputs: 1, stats: 0 alu 1 tex 0 flow