Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void AbstractState::logicOp(const GLenum opcode)
112
{
113
add(new StateSetting(glLogicOp, opcode));
114
}
115
116
void AbstractState::pixelStore(const GLenum pname, const GLboolean param)
117
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected