MCPcopy Create free account
hub / github.com/cginternals/glbinding / glEdgeFlagv

Function glEdgeFlagv

source/glbinding/source/gl/functions_e.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void glEdgeFlagv(const GLboolean * flag)
37{
38 return glbinding::Binding::EdgeFlagv(flag);
39}
40
41void glEGLImageTargetTexStorageEXT(GLenum target, GLeglImageOES image, const GLint* attrib_list)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected