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
697a9a1a
Commit
697a9a1a
authored
Jan 27, 2011
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36: COM cleanup for the ID3DXMesh iface.
parent
a9065082
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
50 deletions
+51
-50
d3dx9_36_private.h
dlls/d3dx9_36/d3dx9_36_private.h
+0
-18
mesh.c
dlls/d3dx9_36/mesh.c
+51
-32
No files found.
dlls/d3dx9_36/d3dx9_36_private.h
View file @
697a9a1a
...
...
@@ -50,24 +50,6 @@ HRESULT load_resource_into_memory(HMODULE module, HRSRC resinfo, LPVOID *buffer,
const
PixelFormatDesc
*
get_format_info
(
D3DFORMAT
format
);
const
PixelFormatDesc
*
get_format_info_idx
(
int
idx
);
/* ID3DXMesh */
typedef
struct
ID3DXMeshImpl
{
/* IUnknown fields */
const
ID3DXMeshVtbl
*
lpVtbl
;
LONG
ref
;
/* ID3DXMesh fields */
DWORD
numfaces
;
DWORD
numvertices
;
DWORD
options
;
DWORD
fvf
;
IDirect3DDevice9
*
device
;
IDirect3DVertexDeclaration9
*
vertex_declaration
;
IDirect3DVertexBuffer9
*
vertex_buffer
;
IDirect3DIndexBuffer9
*
index_buffer
;
}
ID3DXMeshImpl
;
/*ID3DXSprite */
typedef
struct
_SPRITE
{
LPDIRECT3DTEXTURE9
texture
;
...
...
dlls/d3dx9_36/mesh.c
View file @
697a9a1a
This diff is collapsed.
Click to expand it.
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