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

Method stencilMaskSeparate

source/globjects/source/AbstractState.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void AbstractState::stencilMaskSeparate(const GLenum face, const GLuint mask)
209{
210 auto setting = new StateSetting(glStencilMaskSeparate, face, mask);
211 setting->type().specializeType(face);
212 add(setting);
213}
214
215void AbstractState::stencilOpSeparate(const GLenum face, const GLenum stencilFail, const GLenum depthFail, const GLenum depthPass)
216{

Callers 1

currentStateMethod · 0.80

Calls 2

specializeTypeMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected