From 22261c1c5747cf48391ac37772edf1144edaa710 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 3 Feb 2012 09:56:24 +0000 Subject: [PATCH] Recognize D3DFMT_A2B10G10R10_XR_BIAS. --- specs/d3d9types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/d3d9types.py b/specs/d3d9types.py index c5f0724..235aa16 100644 --- a/specs/d3d9types.py +++ b/specs/d3d9types.py @@ -737,6 +737,7 @@ D3DFORMAT = Enum("D3DFORMAT", [ "D3DFMT_A32B32G32R32F", "D3DFMT_CxV8U8", "D3DFMT_A1", + "D3DFMT_A2B10G10R10_XR_BIAS", "D3DFMT_BINARYBUFFER", # Unofficial formats -- 2.43.0