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

Function readPixels

src/cinder/gl/wrapper.cpp:975–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973#endif // ! defined( CINDER_GL_ES_2 )
974
975void readPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *data )
976{
977 glReadPixels( x, y, width, height, format, type, data );
978}
979
980// Compute
981#if defined( CINDER_GL_HAS_COMPUTE_SHADER )

Callers 1

drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected