Applies a 5x5 convolution kernel via a GPU shader. Kernel values are baked into the shader source as constants (WebGL 1 doesn't allow dynamic uniform array indexing).
Applies a 5x5 convolution kernel via a GPU shader. Kernel values are baked into the shader source as constants (WebGL 1 doesn't allow dynamic uniform array indexing).