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

Function glExtractComponentEXT

source/glbinding/source/gl/functions_e.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void glExtractComponentEXT(GLuint res, GLuint src, GLuint num)
307{
308 return glbinding::Binding::ExtractComponentEXT(res, src, num);
309}
310
311
312} // namespace gl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected