Skip to content

Commit

Permalink
Update cAutoExposure.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku authored Jun 3, 2023
1 parent 1d941db commit 4f3fa4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shaders/cAutoExposure.fx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ uniform float _ManualBias <
ui_min = 0.0;
> = 2.0;

#define LUMA_SIZE GET_EVEN(GET_MAX(BUFFER_SIZE_1.x, BUFFER_SIZE_1.y))

CREATE_TEXTURE(LumaTex, int2(256, 256), R16F, 9)
CREATE_SAMPLER(SampleLumaTex, LumaTex, LINEAR, CLAMP)

Expand Down Expand Up @@ -82,4 +80,4 @@ technique CShade_AutoExposure
VertexShader = VS_Quad;
PixelShader = PS_Exposure;
}
}
}

0 comments on commit 4f3fa4d

Please sign in to comment.