mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
Make indentation consistent on mGBA LCD shaders
This commit is contained in:
parent
97100730fb
commit
890f98d809
|
@ -25,7 +25,7 @@ layout(push_constant) uniform Push
|
|||
float reflectionDistanceX;
|
||||
float reflectionDistanceY;
|
||||
float lightBrightness;
|
||||
} params;
|
||||
}params;
|
||||
|
||||
#pragma parameter reflectionBrightness "Reflection brightness" 0.07 0.0 1.0 0.01
|
||||
#pragma parameter reflectionDistanceX "Reflection Distance X" 0.0 -1.0 1.0 0.005
|
||||
|
|
Loading…
Reference in a new issue