Commit 044d7e82 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3d10_1.idl: Added D3D10_1_SHADER_*_VERSION constants.

parent 4de32753
......@@ -22,6 +22,8 @@ import "ocidl.idl";
import "d3d10.idl";
cpp_quote("#include <d3d10_1shader.h>")
const UINT D3D10_1_SHADER_MAJOR_VERSION = 4;
const UINT D3D10_1_SHADER_MINOR_VERSION = 1;
typedef enum D3D10_FEATURE_LEVEL1
{
......
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