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

Function glCompressedTexImage3D

source/glbinding/source/gl/functions_c.cpp:731–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data)
732{
733 return glbinding::Binding::CompressedTexImage3D(target, level, internalformat, width, height, depth, border, imageSize, data);
734}
735
736void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data)
737{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected