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

Function glCompressedTexImage1D

source/glbinding/source/gl/functions_c.cpp:711–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data)
712{
713 return glbinding::Binding::CompressedTexImage1D(target, level, internalformat, width, border, imageSize, data);
714}
715
716void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void * data)
717{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected