d3d9: Declare the D3DPERF_Xxx() functions in d3d9.h.
This commit is contained in:
parent
61fde63fce
commit
69bc2af990
|
@ -1479,10 +1479,19 @@ DECLARE_INTERFACE_(IDirect3DDevice9,IUnknown)
|
||||||
#define IDirect3DDevice9_CreateQuery(p,a,b) (p)->CreateQuery(a,b)
|
#define IDirect3DDevice9_CreateQuery(p,a,b) (p)->CreateQuery(a,b)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* defined(__cplusplus) */
|
#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 */
|
/* Define the main entrypoint as well */
|
||||||
IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion);
|
IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue