bgfx/3rdparty/glsl-optimizer/tests/fragment/tex3D-outES3.txt

13 lines
195 B
Text
Raw Normal View History

2014-02-11 02:06:13 -05:00
#version 300 es
precision mediump float;
uniform sampler3D tex;
in vec3 uv;
out lowp vec4 _fragColor;
void main ()
{
_fragColor = texture (tex, uv);
}
// inputs: 1, stats: 0 alu 1 tex 0 flow