Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ cullFace
Function
cullFace
src/cinder/gl/wrapper.cpp:352–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
void cullFace( GLenum face )
353
{
354
gl::context()->cullFace( face );
355
}
356
357
#if ! defined( CINDER_GL_ES )
358
void enableLogicOp( bool enable )
Callers
1
draw
Method · 0.85
Calls
2
cullFace
Method · 0.80
context
Function · 0.70
Tested by
no test coverage detected