MCPcopy 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
352void cullFace( GLenum face )
353{
354 gl::context()->cullFace( face );
355}
356
357#if ! defined( CINDER_GL_ES )
358void enableLogicOp( bool enable )

Callers 1

drawMethod · 0.85

Calls 2

cullFaceMethod · 0.80
contextFunction · 0.70

Tested by

no test coverage detected