MCPcopy Create free account
hub / github.com/cginternals/globjects / cullFace

Method cullFace

source/globjects/source/AbstractState.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void AbstractState::cullFace(const GLenum mode)
77{
78 add(new StateSetting(glCullFace, mode));
79}
80
81void AbstractState::depthFunc(const GLenum func)
82{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected