change order for instructions parameter

This commit is contained in:
Nuno Pereira 2022-10-17 21:31:37 +01:00
parent e9db5851be
commit 9725f05032

View file

@ -8,8 +8,8 @@ layout(push_constant) uniform Push
float border_texture_scale;
} params;
#pragma parameter bogus_scale_instructions "[SCREEN SIZE]: In previous menu->Change lcd-grid scale->Apply" 0.0 0.0 1.0 1.0
#pragma parameter border_texture_scale "Border Scale" 4.0 1.0 20.0 0.005
#pragma parameter bogus_scale_instructions "[SCREEN SIZE]: In previous menu->Change lcd-grid scale->Apply" 0.0 0.0 1.0 1.0
vec2 middle = vec2(0.5, 0.5);
vec2 screen_ratio = params.OutputSize.xy * params.SourceSize.zw;