Rename _420_OPAQUE to OPAQUE_420

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
REDxEYE 2023-12-05 13:04:19 +03:00 committed by GitHub
parent 66c5e9ae98
commit 9e6030f5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ class DXGI_FORMAT(IntEnum):
NV12 = 103
P010 = 104
P016 = 105
_420_OPAQUE = 106
OPAQUE_420 = 106
YUY2 = 107
Y210 = 108
Y216 = 109