Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 )
864
void polygonMode( GLenum face, GLenum mode )
865
{
866
auto ctx = gl::context();
867
ctx->polygonMode( face, mode );
868
}
869
870
void enableWireframe()
871
{
Callers
2
enableWireframe
Function · 0.85
disableWireframe
Function · 0.85
Calls
2
polygonMode
Method · 0.80
context
Function · 0.70
Tested by
no test coverage detected