Commit 7379f31e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

d3d10effect.h: Added missing D3D10_EFFECT_* flags.

parent 3808a6f3
...@@ -127,6 +127,10 @@ typedef struct _D3D10_PASS_SHADER_DESC ...@@ -127,6 +127,10 @@ typedef struct _D3D10_PASS_SHADER_DESC
UINT ShaderIndex; UINT ShaderIndex;
} D3D10_PASS_SHADER_DESC; } D3D10_PASS_SHADER_DESC;
#define D3D10_EFFECT_COMPILE_CHILD_EFFECT 0x0001
#define D3D10_EFFECT_COMPILE_ALLOW_SLOW_OPS 0x0002
#define D3D10_EFFECT_SINGLE_THREADED 0x0008
DEFINE_GUID(IID_ID3D10EffectType, 0x4e9e1ddc, 0xcd9d, 0x4772, 0xa8, 0x37, 0x00, 0x18, 0x0b, 0x9b, 0x88, 0xfd); DEFINE_GUID(IID_ID3D10EffectType, 0x4e9e1ddc, 0xcd9d, 0x4772, 0xa8, 0x37, 0x00, 0x18, 0x0b, 0x9b, 0x88, 0xfd);
#define INTERFACE ID3D10EffectType #define INTERFACE ID3D10EffectType
......
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