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

Function glBufferParameteriAPPLE

source/glbinding/source/gl/functions_b.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596void glBufferParameteriAPPLE(GLenum target, GLenum pname, GLint param)
597{
598 return glbinding::Binding::BufferParameteriAPPLE(target, pname, param);
599}
600
601void glBufferStorage(GLenum target, GLsizeiptr size, const void * data, BufferStorageMask flags)
602{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected