Skip to content

NoiseTex

uniform sampler2D noisetex;

This buffer stores a generated RGB white noise texture. The resolution of this texture can be configured with the noiseTextureResolution constant, and defaults to 256x256. The texture is always square, meaning its width and height are equal.