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

Method stencilOpSeparate

source/globjects/source/AbstractState.cpp:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void AbstractState::stencilOpSeparate(const GLenum face, const GLenum stencilFail, const GLenum depthFail, const GLenum depthPass)
216{
217 auto setting = new StateSetting(glStencilOpSeparate, face, stencilFail, depthFail, depthPass);
218 setting->type().specializeType(face);
219 add(setting);
220}
221
222
223} // namespace globjects

Callers 1

currentStateMethod · 0.80

Calls 2

specializeTypeMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected