MCPcopy Create free account
hub / github.com/defold/defold / SetStencilOpSeparate

Function SetStencilOpSeparate

engine/graphics/src/graphics.cpp:2293–2296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2291 g_functions.m_SetStencilOp(context, sfail, dpfail, dppass);
2292 }
2293 void SetStencilOpSeparate(HContext context, FaceType face_type, StencilOp sfail, StencilOp dpfail, StencilOp dppass)
2294 {
2295 g_functions.m_SetStencilOpSeparate(context, face_type, sfail, dpfail, dppass);
2296 }
2297 void SetCullFace(HContext context, FaceType face_type)
2298 {
2299 g_functions.m_SetCullFace(context, face_type);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected