MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / D3DPERF_BeginEvent

Function D3DPERF_BeginEvent

core/src/dllproxy.cc:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63EXTERN_C int WINAPI D3DPERF_BeginEvent(DWORD col, LPCWSTR wszName)
64{
65 return Forward_D3D9(D3DPERF_BeginEvent)(col, wszName);
66}
67
68EXTERN_C int WINAPI D3DPERF_EndEvent()
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected