Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7379f31e
Commit
7379f31e
authored
Jul 12, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 12, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10effect.h: Added missing D3D10_EFFECT_* flags.
parent
3808a6f3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
d3d10effect.h
include/d3d10effect.h
+4
-0
No files found.
include/d3d10effect.h
View file @
7379f31e
...
...
@@ -127,6 +127,10 @@ typedef struct _D3D10_PASS_SHADER_DESC
UINT
ShaderIndex
;
}
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 INTERFACE ID3D10EffectType
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment