MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / glEnd

Function glEnd

include/GL/gl.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25# define GL_TRIANGLES 0
26static inline void glBegin(int) {}
27static inline void glEnd() {}
28static inline void glColor3f(float, float, float) {}
29static inline void glVertex3f(float, float, float) {}
30static inline void glClear(int) {}

Callers 2

RenderMethod · 0.50
my_stbtt_printFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected