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

Method logicOp

source/globjects/source/AbstractState.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void AbstractState::logicOp(const GLenum opcode)
112{
113 add(new StateSetting(glLogicOp, opcode));
114}
115
116void AbstractState::pixelStore(const GLenum pname, const GLboolean param)
117{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected