MCPcopy Create free account
hub / github.com/PacktPublishing/3D-Graphics-Rendering-Cookbook / GL4API

Class GL4API

Chapter3/GL01_APIWrapping/src/GL.h:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using PFNGETGLPROC = void* (const char*);
6
7struct GL4API
8{
9# include "GLAPI.h"
10};
11
12void GetAPI4(GL4API* api, PFNGETGLPROC GetGLProc);
13void InjectAPITracer4(GL4API* api);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected