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

Function readBuffer

src/cinder/gl/wrapper.cpp:954–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952
953#if ! defined( CINDER_GL_ES_2 )
954void readBuffer( GLenum src )
955{
956 glReadBuffer( src );
957}
958
959void drawBuffers( GLsizei num, const GLenum *bufs )
960{

Callers 1

drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected