Skip to content

Commit

Permalink
Update cBloom.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Sep 2, 2024
1 parent 55132eb commit 84b7301
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions shaders/cBloom.fx
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ uniform float _Smooth <
ui_max = 1.0;
> = 0.5;

uniform float3 _ColorShift <
ui_category = "Bloom";
ui_label = "Color Shift (RGB)";
ui_type = "color";
ui_min = 0.0;
ui_max = 1.0;
> = 1.0;

uniform float _Intensity <
ui_category = "Bloom";
ui_label = "Intensity";
Expand All @@ -44,6 +36,14 @@ uniform float _Intensity <
ui_max = 2.0;
> = 0.8;

uniform float3 _ColorShift <
ui_category = "Bloom";
ui_label = "Color Shift (RGB)";
ui_type = "color";
ui_min = 0.0;
ui_max = 1.0;
> = 1.0;

#include "shared/cBlur.fxh"
#include "shared/cMath.fxh"

Expand Down

0 comments on commit 84b7301

Please sign in to comment.