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

6 lines
92 B
Text
Raw Normal View History

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