Skip to content

Commit

Permalink
Update and rename cRaySchism.fx to cBloom.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku authored Dec 29, 2024
1 parent 8bed13b commit eeaa974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaders/cRaySchism.fx → shaders/cBloom.fx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define CSHADE_RAYSCHISM
#define CSHADE_BLOOM

#include "shared/cBlur.fxh"
#include "shared/cColor.fxh"
Expand Down Expand Up @@ -549,7 +549,7 @@ float4 PS_Composite(CShade_VS2PS_Quad Input) : SV_TARGET0
RenderTarget0 = RENDER_TARGET; \
}

technique CShade_RaySchism < ui_tooltip = "CShade's Color Multi-tool."; >
technique CShade_Bloom < ui_tooltip = "CShade's Color Multi-tool."; >
{
#if ENABLE_BLOOM
// Prefilter
Expand Down

0 comments on commit eeaa974

Please sign in to comment.