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

Function polygonMode

src/cinder/gl/wrapper.cpp:864–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862
863#if ! defined( CINDER_GL_ES )
864void polygonMode( GLenum face, GLenum mode )
865{
866 auto ctx = gl::context();
867 ctx->polygonMode( face, mode );
868}
869
870void enableWireframe()
871{

Callers 2

enableWireframeFunction · 0.85
disableWireframeFunction · 0.85

Calls 2

polygonModeMethod · 0.80
contextFunction · 0.70

Tested by

no test coverage detected