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
2445ff61
Commit
2445ff61
authored
Nov 11, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Avoid LPDIRECT3DTEXTURE.
parent
3cdd1abd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
d3d.h
include/d3d.h
+2
-2
No files found.
include/d3d.h
View file @
2445ff61
...
...
@@ -573,7 +573,7 @@ DECLARE_INTERFACE_(IDirect3DTexture,IUnknown)
STDMETHOD
(
Initialize
)(
THIS_
struct
IDirect3DDevice
*
device
,
IDirectDrawSurface
*
surface
)
PURE
;
STDMETHOD
(
GetHandle
)(
THIS_
LPDIRECT3DDEVICE
lpDirect3DDevice
,
LPD3DTEXTUREHANDLE
lpHandle
)
PURE
;
STDMETHOD
(
PaletteChanged
)(
THIS_
DWORD
dwStart
,
DWORD
dwCount
)
PURE
;
STDMETHOD
(
Load
)(
THIS_
LPDIRECT3DTEXTURE
lpD3DT
exture
)
PURE
;
STDMETHOD
(
Load
)(
THIS_
IDirect3DTexture
*
t
exture
)
PURE
;
STDMETHOD
(
Unload
)(
THIS
)
PURE
;
};
#undef INTERFACE
...
...
@@ -938,7 +938,7 @@ DECLARE_INTERFACE_(IDirect3DDevice,IUnknown)
/*** IDirect3DDevice methods ***/
STDMETHOD
(
Initialize
)(
THIS_
LPDIRECT3D
lpDirect3D
,
LPGUID
lpGUID
,
LPD3DDEVICEDESC
lpD3DDVDesc
)
PURE
;
STDMETHOD
(
GetCaps
)(
THIS_
LPD3DDEVICEDESC
lpD3DHWDevDesc
,
LPD3DDEVICEDESC
lpD3DHELDevDesc
)
PURE
;
STDMETHOD
(
SwapTextureHandles
)(
THIS_
LPDIRECT3DTEXTURE
lpD3Dtex1
,
LPDIRECT3DTEXTURE
lpD3DT
ex2
)
PURE
;
STDMETHOD
(
SwapTextureHandles
)(
THIS_
IDirect3DTexture
*
tex1
,
IDirect3DTexture
*
t
ex2
)
PURE
;
STDMETHOD
(
CreateExecuteBuffer
)(
THIS_
D3DEXECUTEBUFFERDESC
*
desc
,
IDirect3DExecuteBuffer
**
buffer
,
IUnknown
*
outer
)
PURE
;
STDMETHOD
(
GetStats
)(
THIS_
LPD3DSTATS
lpD3DStats
)
PURE
;
...
...
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