Commit f8582e10 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

include: Add D3D_DRIVER_TYPE to d3dcommon.idl.

parent 724ef956
......@@ -68,6 +68,16 @@ interface ID3DInclude
typedef ID3DInclude* LPD3DINCLUDE;
typedef enum D3D_DRIVER_TYPE
{
D3D_DRIVER_TYPE_UNKNOWN,
D3D_DRIVER_TYPE_HARDWARE,
D3D_DRIVER_TYPE_REFERENCE,
D3D_DRIVER_TYPE_NULL,
D3D_DRIVER_TYPE_SOFTWARE,
D3D_DRIVER_TYPE_WARP,
} D3D_DRIVER_TYPE;
typedef enum D3D_FEATURE_LEVEL
{
D3D_FEATURE_LEVEL_9_1 = 0x9100,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment