Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 )
954
void readBuffer( GLenum src )
955
{
956
glReadBuffer( src );
957
}
958
959
void drawBuffers( GLsizei num, const GLenum *bufs )
960
{
Callers
1
draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected