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

8 lines
132 B
Text
Raw Normal View History

2014-02-11 02:06:13 -05:00
#extension GL_OES_texture_3D : require
uniform sampler3D tex;
varying vec3 uv;
void main() {
gl_FragColor = texture3D(tex, uv);
}