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

Function D3DPERF_SetMarker

core/src/dllproxy.cc:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83EXTERN_C void WINAPI D3DPERF_SetMarker(DWORD col, LPCWSTR wszName)
84{
85 Forward_D3D9(D3DPERF_SetMarker)(col, wszName);
86}
87
88EXTERN_C int WINAPI D3DPERF_SetOptions(DWORD dwOptions)
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected