Skip to content

Commit

Permalink
Update cEnsor.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Nov 1, 2024
1 parent 89c841f commit 1ec5fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shaders/cEnsor.fx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ technique CShade_Censor < ui_tooltip = "Pixelates the screen based on features";
{
pass
{
SRGBWriteEnable = WRITE_SRGB;

VertexShader = CShade_VS_Quad;
PixelShader = PS_Blit;
RenderTarget = TempTex0_RGBA8_8;
Expand Down

0 comments on commit 1ec5fbd

Please sign in to comment.