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
69bc2af9
Commit
69bc2af9
authored
Aug 03, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Declare the D3DPERF_Xxx() functions in d3d9.h.
parent
61fde63f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
d3d9.h
include/d3d9.h
+9
-0
No files found.
include/d3d9.h
View file @
69bc2af9
...
...
@@ -1479,10 +1479,19 @@ DECLARE_INTERFACE_(IDirect3DDevice9,IUnknown)
#define IDirect3DDevice9_CreateQuery(p,a,b) (p)->CreateQuery(a,b)
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
int
WINAPI
D3DPERF_BeginEvent
(
D3DCOLOR
,
LPCWSTR
);
int
WINAPI
D3DPERF_EndEvent
(
void
);
DWORD
WINAPI
D3DPERF_GetStatus
(
void
);
BOOL
WINAPI
D3DPERF_QueryRepeatFrame
(
void
);
void
WINAPI
D3DPERF_SetMarker
(
D3DCOLOR
,
LPCWSTR
);
void
WINAPI
D3DPERF_SetOptions
(
DWORD
);
void
WINAPI
D3DPERF_SetRegion
(
D3DCOLOR
,
LPCWSTR
);
/* Define the main entrypoint as well */
IDirect3D9
*
WINAPI
Direct3DCreate9
(
UINT
SDKVersion
);
...
...
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