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
785921ff
Commit
785921ff
authored
Jun 04, 2013
by
Christian Costa
Committed by
Alexandre Julliard
Jun 04, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36: Define D3DXSPRITE_xxx flags in hex for better readability.
parent
539d28a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
d3dx9core.h
include/d3dx9core.h
+9
-9
No files found.
include/d3dx9core.h
View file @
785921ff
...
...
@@ -28,15 +28,15 @@
implementing all dlls from d3dx9_24 to d3dx9_36 */
#define D3DX_VERSION 0x0902
#define D3DX_SDK_VERSION 36
#define D3DXSPRITE_DONOTSAVESTATE
1
#define D3DXSPRITE_DONOTMODIFY_RENDERSTATE
2
#define D3DXSPRITE_OBJECTSPACE
4
#define D3DXSPRITE_BILLBOARD
8
#define D3DXSPRITE_ALPHABLEND
16
#define D3DXSPRITE_SORT_TEXTURE
32
#define D3DXSPRITE_SORT_DEPTH_FRONTTOBACK
64
#define D3DXSPRITE_SORT_DEPTH_BACKTOFRONT
128
#define D3DXSPRITE_DO_NOT_ADDREF_TEXTURE
256
#define D3DXSPRITE_DONOTSAVESTATE
0x0000000
1
#define D3DXSPRITE_DONOTMODIFY_RENDERSTATE
0x0000000
2
#define D3DXSPRITE_OBJECTSPACE
0x0000000
4
#define D3DXSPRITE_BILLBOARD
0x0000000
8
#define D3DXSPRITE_ALPHABLEND
0x00000010
#define D3DXSPRITE_SORT_TEXTURE
0x00000020
#define D3DXSPRITE_SORT_DEPTH_FRONTTOBACK
0x00000040
#define D3DXSPRITE_SORT_DEPTH_BACKTOFRONT
0x00000080
#define D3DXSPRITE_DO_NOT_ADDREF_TEXTURE
0x00000100
/**********************************************
******************** GUIDs *******************
...
...
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