fragmentShader
The fragment shader to use when execute this post-process stage.
The shader must contain a sampler uniform declaration for colorTexture
, depthTexture
, or both.
The shader must contain a vec2
varying declaration for v_textureCoordinates
for sampling the texture uniforms.