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
12caf31a
Commit
12caf31a
authored
Oct 30, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9mesh.h: Fixed D3DXConvertMeshSubsetToStrips declaration.
parent
0e56e996
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
d3dx9mesh.h
include/d3dx9mesh.h
+1
-1
No files found.
include/d3dx9mesh.h
View file @
12caf31a
...
@@ -770,7 +770,7 @@ HRESULT WINAPI D3DXComputeTangentFrameEx(LPD3DXMESH, DWORD, DWORD, DWORD, DWORD,
...
@@ -770,7 +770,7 @@ HRESULT WINAPI D3DXComputeTangentFrameEx(LPD3DXMESH, DWORD, DWORD, DWORD, DWORD,
HRESULT
WINAPI
D3DXComputeTangent
(
LPD3DXMESH
,
DWORD
,
DWORD
,
DWORD
,
DWORD
,
CONST
DWORD
*
);
HRESULT
WINAPI
D3DXComputeTangent
(
LPD3DXMESH
,
DWORD
,
DWORD
,
DWORD
,
DWORD
,
CONST
DWORD
*
);
HRESULT
WINAPI
D3DXConvertMeshSubsetToSingleStrip
(
struct
ID3DXBaseMesh
*
mesh_in
,
DWORD
attribute_id
,
HRESULT
WINAPI
D3DXConvertMeshSubsetToSingleStrip
(
struct
ID3DXBaseMesh
*
mesh_in
,
DWORD
attribute_id
,
DWORD
ib_flags
,
struct
IDirect3DIndexBuffer9
**
index_buffer
,
DWORD
*
index_count
);
DWORD
ib_flags
,
struct
IDirect3DIndexBuffer9
**
index_buffer
,
DWORD
*
index_count
);
HRESULT
WINAPI
D3DXConvertMeshSubsetToStrips
(
struct
ID3DXBaseMesh
mesh_in
,
DWORD
attribute_id
,
HRESULT
WINAPI
D3DXConvertMeshSubsetToStrips
(
struct
ID3DXBaseMesh
*
mesh_in
,
DWORD
attribute_id
,
DWORD
ib_flags
,
struct
IDirect3DIndexBuffer9
**
index_buffer
,
DWORD
*
index_count
,
DWORD
ib_flags
,
struct
IDirect3DIndexBuffer9
**
index_buffer
,
DWORD
*
index_count
,
struct
ID3DXBuffer
**
strip_lengths
,
DWORD
*
strip_count
);
struct
ID3DXBuffer
**
strip_lengths
,
DWORD
*
strip_count
);
HRESULT
WINAPI
D3DXDeclaratorFromFVF
(
DWORD
,
D3DVERTEXELEMENT9
[
MAX_FVF_DECL_SIZE
]);
HRESULT
WINAPI
D3DXDeclaratorFromFVF
(
DWORD
,
D3DVERTEXELEMENT9
[
MAX_FVF_DECL_SIZE
]);
...
...
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