MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / bind

Method bind

source/MRViewer/MRRenderGLHelpers.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void GlBuffer::bind( GLenum target )
29{
30 assert( valid() );
31 GL_EXEC( glBindBuffer( target, bufferID_ ) );
32}
33
34void GlBuffer::loadData( GLenum target, const char * arr, size_t arrSize )
35{

Callers 2

bindTextureMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected