Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ clearStencil
Method
clearStencil
source/globjects/source/AbstractState.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void AbstractState::clearStencil(const GLint s)
62
{
63
add(new StateSetting(glClearStencil, s));
64
}
65
66
void AbstractState::colorMask(const GLboolean red, const GLboolean green, const GLboolean blue, const GLboolean alpha)
67
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected