| 61 | } |
| 62 | |
| 63 | EXTERN_C int WINAPI D3DPERF_BeginEvent(DWORD col, LPCWSTR wszName) |
| 64 | { |
| 65 | return Forward_D3D9(D3DPERF_BeginEvent)(col, wszName); |
| 66 | } |
| 67 | |
| 68 | EXTERN_C int WINAPI D3DPERF_EndEvent() |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected