| 5 | using PFNGETGLPROC = void* (const char*); |
| 6 | |
| 7 | struct GL4API |
| 8 | { |
| 9 | # include "GLAPI.h" |
| 10 | }; |
| 11 | |
| 12 | void GetAPI4(GL4API* api, PFNGETGLPROC GetGLProc); |
| 13 | void InjectAPITracer4(GL4API* api); |
nothing calls this directly
no outgoing calls
no test coverage detected