MCPcopy Create free account
hub / github.com/cinder/Cinder / bindBufferBase

Function bindBufferBase

src/cinder/gl/wrapper.cpp:708–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706
707#if ! defined( CINDER_GL_ES_2 )
708void bindBufferBase( GLenum target, int index, BufferObjRef buffer )
709{
710 auto ctx = gl::context();
711 ctx->bindBufferBase( target, index, buffer );
712}
713#endif // ! defined( CINDER_GL_ES_2 )
714
715#if defined( CINDER_GL_HAS_TRANSFORM_FEEDBACK )

Callers 9

drawMethod · 0.85
updateParticleSystemMethod · 0.85
setupBuffersMethod · 0.85
runTransformFeedbackMethod · 0.85
loadBuffersMethod · 0.85
updateMethod · 0.85
updateMethod · 0.85
setupBuffersMethod · 0.85
runTransformFeedbackMethod · 0.85

Calls 2

contextFunction · 0.70
bindBufferBaseMethod · 0.45

Tested by

no test coverage detected