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
29c4055f
Commit
29c4055f
authored
Feb 01, 2010
by
Christian Costa
Committed by
Alexandre Julliard
Feb 01, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Add some definitions for IDirect3DRMMeshBuilderImpl_Load.
parent
4d79c263
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
d3drmdef.h
include/d3drmdef.h
+27
-0
No files found.
include/d3drmdef.h
View file @
29c4055f
...
...
@@ -177,6 +177,33 @@ typedef struct _D3DRMMATERIALOVERRIDE {
typedef
DWORD
D3DRMLOADOPTIONS
;
#define D3DRMLOAD_FROMFILE 0x000L
#define D3DRMLOAD_FROMRESOURCE 0x001L
#define D3DRMLOAD_FROMMEMORY 0x002L
#define D3DRMLOAD_FROMSTREAM 0x004L
#define D3DRMLOAD_FROMURL 0x008L
#define D3DRMLOAD_BYNAME 0x010L
#define D3DRMLOAD_BYPOSITION 0x020L
#define D3DRMLOAD_BYGUID 0x040L
#define D3DRMLOAD_FIRST 0x080L
#define D3DRMLOAD_INSTANCEBYREFERENCE 0x100L
#define D3DRMLOAD_INSTANCEBYCOPYING 0x200L
#define D3DRMLOAD_ASYNCHRONOUS 0x400L
typedef
struct
_D3DRMLOADRESOURCE
{
HMODULE
hModule
;
LPCSTR
/*LPCTSTR*/
lpName
;
LPCSTR
/*LPCTSTR*/
lpType
;
}
D3DRMLOADRESOURCE
,
*
LPD3DRMLOADRESOURCE
;
typedef
struct
_D3DRMLOADMEMORY
{
LPVOID
lpMemory
;
DWORD
dSize
;
}
D3DRMLOADMEMORY
,
*
LPD3DRMLOADMEMORY
;
typedef
struct
_D3DRMPMESHLOADSTATUS
{
DWORD
dwSize
;
DWORD
dwPMeshSize
;
...
...
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