MCPcopy Create free account
hub / github.com/OGRECave/ogre / setCullFace

Method setCullFace

RenderSystems/GL/src/OgreGLStateCacheManager.cpp:411–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 }
410
411 void GLStateCacheManager::setCullFace(GLenum face)
412 {
413#ifdef OGRE_ENABLE_STATE_CACHE
414 if(mCullFace != face)
415#endif
416 {
417 mCullFace = face;
418
419 glCullFace(face);
420 }
421 }
422
423 void GLStateCacheManager::setBlendEquation(GLenum eqRGB, GLenum eqAlpha)
424 {

Callers 1

_setCullingModeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected