Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
995c653d
Commit
995c653d
authored
Aug 02, 2010
by
Misha Koshelev
Committed by
Alexandre Julliard
Aug 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9: Add _D3DXMESH enumeration.
parent
c2a29dbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
d3dx9mesh.h
include/d3dx9mesh.h
+26
-0
No files found.
include/d3dx9mesh.h
View file @
995c653d
...
...
@@ -30,6 +30,32 @@ enum _MAX_FVF_DECL_SIZE
MAX_FVF_DECL_SIZE
=
MAXD3DDECLLENGTH
+
1
};
enum
_D3DXMESH
{
D3DXMESH_32BIT
=
0x001
,
D3DXMESH_DONOTCLIP
=
0x002
,
D3DXMESH_POINTS
=
0x004
,
D3DXMESH_RTPATCHES
=
0x008
,
D3DXMESH_NPATCHES
=
0x4000
,
D3DXMESH_VB_SYSTEMMEM
=
0x010
,
D3DXMESH_VB_MANAGED
=
0x020
,
D3DXMESH_VB_WRITEONLY
=
0x040
,
D3DXMESH_VB_DYNAMIC
=
0x080
,
D3DXMESH_VB_SOFTWAREPROCESSING
=
0x8000
,
D3DXMESH_IB_SYSTEMMEM
=
0x100
,
D3DXMESH_IB_MANAGED
=
0x200
,
D3DXMESH_IB_WRITEONLY
=
0x400
,
D3DXMESH_IB_DYNAMIC
=
0x800
,
D3DXMESH_IB_SOFTWAREPROCESSING
=
0x10000
,
D3DXMESH_VB_SHARE
=
0x1000
,
D3DXMESH_USEHWONLY
=
0x2000
,
D3DXMESH_SYSTEMMEM
=
0x110
,
D3DXMESH_MANAGED
=
0x220
,
D3DXMESH_WRITEONLY
=
0x440
,
D3DXMESH_DYNAMIC
=
0x880
,
D3DXMESH_SOFTWAREPROCESSING
=
0x18000
};
typedef
struct
ID3DXBaseMesh
*
LPD3DXBASEMESH
;
typedef
struct
ID3DXMesh
*
LPD3DXMESH
;
...
...
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