mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
27 lines
589 B
C
27 lines
589 B
C
|
|
|
|
// Developer Settings
|
|
|
|
// Vertical Settings
|
|
float RedScanlineMin;
|
|
float RedScanlineMax;
|
|
float RedScanlineAttack;
|
|
float GreenScanlineMin;
|
|
float GreenScanlineMax;
|
|
float GreenScanlineAttack;
|
|
float BlueScanlineMin;
|
|
float BlueScanlineMax;
|
|
float BlueScanlineAttack;
|
|
|
|
// Horizontal Settings
|
|
float RedBeamSharpness;
|
|
float RedBeamAttack;
|
|
float GreenBeamSharpness;
|
|
float GreenBeamAttack;
|
|
float BlueBeamSharpness;
|
|
float BlueBeamAttack;
|
|
|
|
#if WHITE_BALANCE_CONTROL
|
|
float WhiteTemperature;
|
|
float WhiteTint;
|
|
#endif // WHITE_BALANCE_CONTROL
|