LUT Grading and Technicolor added.

Preset save/load added.
Fixed a typo.
This commit is contained in:
Marisa the Magician 2021-10-20 23:49:10 +02:00
commit 0380e56f90
8 changed files with 321 additions and 9 deletions

View file

@ -21,6 +21,22 @@ HardwareShader postprocess scene
Uniform float gradevalpow
}
HardwareShader postprocess scene
{
Name "mfx_technicolor"
Shader "shaders/glsl/mfx_technicolor.fp" 330
Uniform float techblend
}
HardwareShader postprocess scene
{
Name "mfx_lutgrading"
Shader "shaders/glsl/mfx_lutgrading.fp" 330
Texture LUTTexture "textures/mfxlut.png"
Uniform int lutindex
Uniform float lutblend
}
HardwareShader postprocess scene
{
Name "mfx_colormatrix"