Remove simplified grain filter, it's too gpu-specific.

This commit is contained in:
Marisa the Magician 2023-11-03 10:54:32 +01:00
commit 921d347f26
6 changed files with 19 additions and 105 deletions

View file

@ -23,18 +23,6 @@ HardwareShader postprocess scene
Uniform int nb
Texture NoiseTexture "textures/mfxnoise.png"
}
HardwareShader postprocess scene
{
Name "mfx_grain_simple"
Shader "shaders/glsl/mfx_grain_simple.fp" 330
Uniform float Timer
Uniform float nf
Uniform float ni
Uniform float ns
Uniform float np
Uniform float bnp
Uniform int nb
}
HardwareShader postprocess scene
{