blob: 3de08be4486fd0b0712b1c0d95195a87619ce0f2 [file] [log] [blame]
varying highp vec3 texCoord0;
uniform samplerCube skyboxTexture;
void main()
{
gl_FragColor = textureCube(skyboxTexture, texCoord0);
}