d3d: Add D3DDEVTYPE_NULLREF definition.

oldstable
Vitaliy Margolen 2006-05-16 07:30:15 -06:00 committed by Alexandre Julliard
parent c0364ef571
commit f9fc4b86c0
2 changed files with 2 additions and 0 deletions

View File

@ -740,6 +740,7 @@ typedef enum _D3DDEVTYPE {
D3DDEVTYPE_HAL = 1,
D3DDEVTYPE_REF = 2,
D3DDEVTYPE_SW = 3,
D3DDEVTYPE_NULLREF = 4,
D3DDEVTYPE_FORCE_DWORD = 0xffffffff
} D3DDEVTYPE;

View File

@ -116,6 +116,7 @@ typedef enum _WINED3DDEVTYPE {
WINED3DDEVTYPE_HAL = 1,
WINED3DDEVTYPE_REF = 2,
WINED3DDEVTYPE_SW = 3,
WINED3DDEVTYPE_NULLREF = 4,
WINED3DDEVTYPE_FORCE_DWORD = 0xffffffff
} WINED3DDEVTYPE;