Skip to content

Commit

Permalink
ui_label grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jul 5, 2024
1 parent 3bbff30 commit 7767347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shaders/cPyramidBlur.fx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ namespace cPyramidBlur
*/

uniform int _Downscale <
ui_label = "Downscale kernel";
ui_label = "Downscale Kernel";
ui_type = "combo";
ui_items = " 2x2 Box\0 3x3 Tent\0 Jorge\0 Kawase\0";
> = 0;

uniform int _Upscale <
ui_label = "Upscale kernel";
ui_label = "Upscale Kernel";
ui_type = "combo";
ui_items = " 2x2 Box\0 3x3 Tent\0 Jorge\0 Kawase\0";
> = 0;
Expand Down
2 changes: 1 addition & 1 deletion shaders/shared/cCamera.fxh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

uniform float _CShadeExposureBias <
ui_category = "Output: AutoExposure";
ui_label = "Exposure bias";
ui_label = "Exposure Bias";
ui_type = "slider";
ui_step = 0.001;
ui_min = 0.0;
Expand Down

0 comments on commit 7767347

Please sign in to comment.