Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
682
void begin( GLenum mode )
683
{
684
auto ctx = gl::context();
685
ctx->immediate().begin( mode );
686
}
687
688
void end()
689
{
Callers
11
draw
Method · 0.50
drawPathBetweenVectors
Method · 0.50
draw
Method · 0.50
drawSpline
Method · 0.50
draw
Method · 0.50
drawPs
Method · 0.50
drawTs
Method · 0.50
drawFrames
Method · 0.50
drawFrameSlices
Method · 0.50
draw
Method · 0.50
drawQuakeLabelsOnSphere
Method · 0.50
Calls
2
context
Function · 0.70
begin
Method · 0.45
Tested by
no test coverage detected