mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Corrected constant values
This commit is contained in:
parent
5aadeb5004
commit
e072a12974
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user