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

Method stencilFuncSeparate

source/globjects/source/AbstractState.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void AbstractState::stencilFuncSeparate(const GLenum face, const GLenum func, const GLint ref, const GLuint mask)
202{
203 auto setting = new StateSetting(glStencilFuncSeparate, face, func, ref, mask);
204 setting->type().specializeType(face);
205 add(setting);
206}
207
208void AbstractState::stencilMaskSeparate(const GLenum face, const GLuint mask)
209{

Callers 1

currentStateMethod · 0.80

Calls 2

specializeTypeMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected