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
0b135993
Commit
0b135993
authored
Jan 21, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Avoid LPD3DVERTEXBUFFERDESC.
parent
5880ff01
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 @
0b135993
...
...
@@ -1473,7 +1473,7 @@ DECLARE_INTERFACE_(IDirect3DVertexBuffer,IUnknown)
STDMETHOD
(
ProcessVertices
)(
THIS_
DWORD
vertex_op
,
DWORD
dst_idx
,
DWORD
count
,
IDirect3DVertexBuffer
*
src_buffer
,
DWORD
src_idx
,
IDirect3DDevice3
*
device
,
DWORD
flags
)
PURE
;
STDMETHOD
(
GetVertexBufferDesc
)(
THIS_
LPD3DVERTEXBUFFERDESC
lpD3DVertexBufferD
esc
)
PURE
;
STDMETHOD
(
GetVertexBufferDesc
)(
THIS_
D3DVERTEXBUFFERDESC
*
d
esc
)
PURE
;
STDMETHOD
(
Optimize
)(
THIS_
IDirect3DDevice3
*
device
,
DWORD
flags
)
PURE
;
};
#undef INTERFACE
...
...
@@ -1518,7 +1518,7 @@ DECLARE_INTERFACE_(IDirect3DVertexBuffer7,IUnknown)
STDMETHOD
(
ProcessVertices
)(
THIS_
DWORD
vertex_op
,
DWORD
dst_idx
,
DWORD
count
,
IDirect3DVertexBuffer7
*
src_buffer
,
DWORD
src_idx
,
IDirect3DDevice7
*
device
,
DWORD
flags
)
PURE
;
STDMETHOD
(
GetVertexBufferDesc
)(
THIS_
LPD3DVERTEXBUFFERDESC
lpD3DVertexBufferD
esc
)
PURE
;
STDMETHOD
(
GetVertexBufferDesc
)(
THIS_
D3DVERTEXBUFFERDESC
*
d
esc
)
PURE
;
STDMETHOD
(
Optimize
)(
THIS_
IDirect3DDevice7
*
device
,
DWORD
flags
)
PURE
;
STDMETHOD
(
ProcessVerticesStrided
)(
THIS_
DWORD
vertex_op
,
DWORD
dst_idx
,
DWORD
count
,
D3DDRAWPRIMITIVESTRIDEDDATA
*
data
,
DWORD
fvf
,
IDirect3DDevice7
*
device
,
DWORD
flags
)
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