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

Function begin

src/cinder/gl/wrapper.cpp:682–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682void begin( GLenum mode )
683{
684 auto ctx = gl::context();
685 ctx->immediate().begin( mode );
686}
687
688void end()
689{

Callers 11

drawMethod · 0.50
drawMethod · 0.50
drawSplineMethod · 0.50
drawMethod · 0.50
drawPsMethod · 0.50
drawTsMethod · 0.50
drawFramesMethod · 0.50
drawFrameSlicesMethod · 0.50
drawMethod · 0.50

Calls 2

contextFunction · 0.70
beginMethod · 0.45

Tested by

no test coverage detected