Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ context
Function
context
src/cinder/gl/wrapper.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
namespace cinder { namespace gl {
44
45
Context* context()
46
{
47
return Context::getCurrent();
48
}
49
50
void enableVerticalSync( bool enable )
51
{
Callers
15
ScopedVao
Method · 0.70
ScopedBuffer
Method · 0.70
ScopedState
Method · 0.70
ScopedColor
Method · 0.70
ScopedBlend
Method · 0.70
ScopedGlslProg
Method · 0.70
ScopedFramebuffer
Method · 0.70
ScopedActiveTexture
Method · 0.70
ScopedTextureBind
Method · 0.70
ScopedSamplerBind
Method · 0.70
ScopedScissor
Method · 0.70
ScopedFaceCulling
Method · 0.70
Calls
no outgoing calls
Tested by
1
setup
Method · 0.40