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
7de83c18
Commit
7de83c18
authored
Jun 04, 2007
by
H. Verbeet
Committed by
Alexandre Julliard
Jun 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Rename IWineD3DDeviceImpl_SetBasevertexIndex to IWineD3DDeviceImpl_SetBaseVertexIndex.
parent
c4a0a2b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
device.c
dlls/wined3d/device.c
+2
-2
No files found.
dlls/wined3d/device.c
View file @
7de83c18
...
...
@@ -2802,7 +2802,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_GetIndices(IWineD3DDevice *iface, IWine
}
/* Method to offer d3d9 a simple way to set the base vertex index without messing with the index buffer */
static
HRESULT
WINAPI
IWineD3DDeviceImpl_SetBase
v
ertexIndex
(
IWineD3DDevice
*
iface
,
UINT
BaseIndex
)
{
static
HRESULT
WINAPI
IWineD3DDeviceImpl_SetBase
V
ertexIndex
(
IWineD3DDevice
*
iface
,
UINT
BaseIndex
)
{
IWineD3DDeviceImpl
*
This
=
(
IWineD3DDeviceImpl
*
)
iface
;
TRACE
(
"(%p)->(%d)
\n
"
,
This
,
BaseIndex
);
...
...
@@ -6374,7 +6374,7 @@ const IWineD3DDeviceVtbl IWineD3DDevice_Vtbl =
IWineD3DDeviceImpl_GetGammaRamp
,
IWineD3DDeviceImpl_SetIndices
,
IWineD3DDeviceImpl_GetIndices
,
IWineD3DDeviceImpl_SetBase
v
ertexIndex
,
IWineD3DDeviceImpl_SetBase
V
ertexIndex
,
IWineD3DDeviceImpl_SetLight
,
IWineD3DDeviceImpl_GetLight
,
IWineD3DDeviceImpl_SetLightEnable
,
...
...
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