MCPcopy Create free account
hub / github.com/ZDoom/Raze / SetColorMask

Method SetColorMask

source/common/rendering/gl/gl_renderstate.cpp:458–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458void FGLRenderState::SetColorMask(bool r, bool g, bool b, bool a)
459{
460 glColorMask(r, g, b, a);
461}
462
463void FGLRenderState::SetStencil(int offs, int op, int flags = -1)
464{

Callers 3

SetupStencilMethod · 0.45
RemoveStencilMethod · 0.45
RenderSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected