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

Function glClampColor

source/glbinding/source/gl/functions_c.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void glClampColor(GLenum target, GLenum clamp)
47{
48 return glbinding::Binding::ClampColor(target, clamp);
49}
50
51void glClampColorARB(GLenum target, GLenum clamp)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected