MCPcopy 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
61void AbstractState::clearStencil(const GLint s)
62{
63 add(new StateSetting(glClearStencil, s));
64}
65
66void AbstractState::colorMask(const GLboolean red, const GLboolean green, const GLboolean blue, const GLboolean alpha)
67{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected