Skip to content

Commit

Permalink
Corrected constant values
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 2, 2023
1 parent bb61b10 commit 3c7fa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PIL/DdsImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ class DXGI_FORMAT(IntEnum):
P208 = 130
V208 = 131
V408 = 132
SAMPLER_FEEDBACK_MIN_MIP_OPAQUE = 133
SAMPLER_FEEDBACK_MIP_REGION_USED_OPAQUE = 134
SAMPLER_FEEDBACK_MIN_MIP_OPAQUE = 189
SAMPLER_FEEDBACK_MIP_REGION_USED_OPAQUE = 190


class D3DFMT(IntEnum):
Expand Down

0 comments on commit 3c7fa48

Please sign in to comment.