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
181d4a22
Commit
181d4a22
authored
Nov 27, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9: Avoid LPD3DXSPMESH.
parent
361cf636
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
d3dx9mesh.h
include/d3dx9mesh.h
+2
-1
No files found.
include/d3dx9mesh.h
View file @
181d4a22
...
...
@@ -696,7 +696,8 @@ HRESULT WINAPI D3DXCreateMesh(DWORD face_count, DWORD vertex_count, DWORD flags,
HRESULT
WINAPI
D3DXCreateMeshFVF
(
DWORD
face_count
,
DWORD
vertex_count
,
DWORD
flags
,
DWORD
fvf
,
struct
IDirect3DDevice9
*
device
,
struct
ID3DXMesh
**
mesh
);
HRESULT
WINAPI
D3DXCreateBuffer
(
DWORD
,
LPD3DXBUFFER
*
);
HRESULT
WINAPI
D3DXCreateSPMesh
(
LPD3DXMESH
,
CONST
DWORD
*
,
CONST
D3DXATTRIBUTEWEIGHTS
,
CONST
FLOAT
*
,
LPD3DXSPMESH
*
);
HRESULT
WINAPI
D3DXCreateSPMesh
(
ID3DXMesh
*
mesh
,
const
DWORD
*
adjacency
,
const
D3DXATTRIBUTEWEIGHTS
*
attribute_weights
,
const
float
*
vertex_weights
,
ID3DXSPMesh
**
spmesh
);
HRESULT
WINAPI
D3DXCreatePMeshFromStream
(
struct
IStream
*
stream
,
DWORD
flags
,
struct
IDirect3DDevice9
*
device
,
struct
ID3DXBuffer
**
materials
,
struct
ID3DXBuffer
**
effect_instances
,
DWORD
*
material_count
,
struct
ID3DXPMesh
**
mesh
);
...
...
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