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
69f059cd
Commit
69f059cd
authored
Nov 24, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9: Avoid LPD3DXPRTENGINE.
parent
4987196e
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 @
69f059cd
...
...
@@ -711,7 +711,8 @@ HRESULT WINAPI D3DXCreatePRTBufferTex(UINT, UINT, UINT, UINT, LPD3DXPRTBUFFER *)
HRESULT
WINAPI
D3DXCreatePRTCompBuffer
(
D3DXSHCOMPRESSQUALITYTYPE
,
UINT
,
UINT
,
LPD3DXSHPRTSIMCB
,
LPVOID
,
LPD3DXPRTBUFFER
,
LPD3DXPRTCOMPBUFFER
*
);
HRESULT
WINAPI
D3DXCreateTextureGutterHelper
(
UINT
width
,
UINT
height
,
ID3DXMesh
*
mesh
,
float
gutter_size
,
ID3DXTextureGutterHelper
**
gh
);
HRESULT
WINAPI
D3DXCreatePRTEngine
(
LPD3DXMESH
,
DWORD
*
,
BOOL
,
LPD3DXMESH
,
LPD3DXPRTENGINE
*
);
HRESULT
WINAPI
D3DXCreatePRTEngine
(
ID3DXMesh
*
mesh
,
DWORD
*
adjacency
,
BOOL
extract_uv
,
ID3DXMesh
*
blocker_mesh
,
ID3DXPRTEngine
**
engine
);
HRESULT
WINAPI
D3DXLoadMeshFromXA
(
const
char
*
filename
,
DWORD
flags
,
struct
IDirect3DDevice9
*
device
,
struct
ID3DXBuffer
**
adjacency
,
struct
ID3DXBuffer
**
materials
,
struct
ID3DXBuffer
**
effect_instances
,
DWORD
*
material_count
,
struct
ID3DXMesh
**
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