MCPcopy 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

43namespace cinder { namespace gl {
44
45Context* context()
46{
47 return Context::getCurrent();
48}
49
50void enableVerticalSync( bool enable )
51{

Callers 15

ScopedVaoMethod · 0.70
ScopedBufferMethod · 0.70
ScopedStateMethod · 0.70
ScopedColorMethod · 0.70
ScopedBlendMethod · 0.70
ScopedGlslProgMethod · 0.70
ScopedFramebufferMethod · 0.70
ScopedActiveTextureMethod · 0.70
ScopedTextureBindMethod · 0.70
ScopedSamplerBindMethod · 0.70
ScopedScissorMethod · 0.70
ScopedFaceCullingMethod · 0.70

Calls

no outgoing calls

Tested by 1

setupMethod · 0.40