Skip to content

Commit

Permalink
Update cAutoExposure.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jun 2, 2023
1 parent f3b38c1 commit ee8d6f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 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

0 comments on commit ee8d6f9

Please sign in to comment.