Skip to content

Commit

Permalink
Update SuperDepth3D.fx
Browse files Browse the repository at this point in the history
Fixed Typo
  • Loading branch information
BlueSkyDefender committed Aug 16, 2024
1 parent c819227 commit 5580a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shaders/SuperDepth3D.fx
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ uniform int SuperDepth3D <
#else
static const bool Alinement_View = false;
static const float2 Horizontal_and_Vertical = float2(DD_X,DD_Y);
static const float2 Horizontal_and_Vertical_TL = = float2(1.0,1.0);
static const float2 Horizontal_and_Vertical_TL = float2(1.0,1.0);
static const float2 Image_Position_Adjust = float2(DD_Z,DD_W);

static const bool LB_Correction_Switch = true;
Expand Down

0 comments on commit 5580a02

Please sign in to comment.