Cleanup, added palette filter.

This commit is contained in:
Marisa the Magician 2019-01-15 00:45:48 +01:00
commit 8cc1fc0169
10 changed files with 83 additions and 1 deletions

View file

@ -106,3 +106,12 @@ HardwareShader postprocess scene
Uniform float vigmul
Uniform float vigbump
}
HardwareShader postprocess scene
{
Name "mfx_palette"
Shader "shaders/glsl/mfx_palette.fp" 330
Texture PalLUTTexture "textures/mfxpal.png"
Uniform float paldither
Uniform int palnum
}