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
4987196e
Commit
4987196e
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 LPD3DXTEXTUREGUTTERHELPER.
parent
69eeb35e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
d3dx9mesh.h
include/d3dx9mesh.h
+3
-2
No files found.
include/d3dx9mesh.h
View file @
4987196e
...
...
@@ -565,7 +565,7 @@ DECLARE_INTERFACE_(ID3DXPRTBuffer, IUnknown)
STDMETHOD
(
UnlockBuffer
)(
THIS
)
PURE
;
STDMETHOD
(
ScaleBuffer
)(
THIS_
FLOAT
scale
)
PURE
;
STDMETHOD
(
AddBuffer
)(
THIS_
LPD3DXPRTBUFFER
buffer
)
PURE
;
STDMETHOD
(
AttachGH
)(
THIS_
LPD3DXTEXTUREGUTTERHELPER
)
PURE
;
STDMETHOD
(
AttachGH
)(
THIS_
struct
ID3DXTextureGutterHelper
*
gh
)
PURE
;
STDMETHOD
(
ReleaseGH
)(
THIS
)
PURE
;
STDMETHOD
(
EvalGH
)(
THIS
)
PURE
;
STDMETHOD
(
ExtractTexture
)(
THIS_
UINT
channel
,
UINT
start_coefficient
,
...
...
@@ -709,7 +709,8 @@ HRESULT WINAPI D3DXCreatePatchMesh(const D3DXPATCHINFO *patch_info, DWORD patch_
HRESULT
WINAPI
D3DXCreatePRTBuffer
(
UINT
,
UINT
,
UINT
,
LPD3DXPRTBUFFER
*
);
HRESULT
WINAPI
D3DXCreatePRTBufferTex
(
UINT
,
UINT
,
UINT
,
UINT
,
LPD3DXPRTBUFFER
*
);
HRESULT
WINAPI
D3DXCreatePRTCompBuffer
(
D3DXSHCOMPRESSQUALITYTYPE
,
UINT
,
UINT
,
LPD3DXSHPRTSIMCB
,
LPVOID
,
LPD3DXPRTBUFFER
,
LPD3DXPRTCOMPBUFFER
*
);
HRESULT
WINAPI
D3DXCreateTextureGutterHelper
(
UINT
,
UINT
,
LPD3DXMESH
,
FLOAT
,
LPD3DXTEXTUREGUTTERHELPER
*
);
HRESULT
WINAPI
D3DXCreateTextureGutterHelper
(
UINT
width
,
UINT
height
,
ID3DXMesh
*
mesh
,
float
gutter_size
,
ID3DXTextureGutterHelper
**
gh
);
HRESULT
WINAPI
D3DXCreatePRTEngine
(
LPD3DXMESH
,
DWORD
*
,
BOOL
,
LPD3DXMESH
,
LPD3DXPRTENGINE
*
);
HRESULT
WINAPI
D3DXLoadMeshFromXA
(
const
char
*
filename
,
DWORD
flags
,
struct
IDirect3DDevice9
*
device
,
struct
ID3DXBuffer
**
adjacency
,
struct
ID3DXBuffer
**
materials
,
struct
ID3DXBuffer
**
effect_instances
,
...
...
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