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

Method frontFace

source/globjects/source/AbstractState.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void AbstractState::frontFace(GLenum winding)
107{
108 add(new StateSetting(glFrontFace, winding));
109}
110
111void AbstractState::logicOp(const GLenum opcode)
112{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected