Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
458
void FGLRenderState::SetColorMask(bool r, bool g, bool b, bool a)
459
{
460
glColorMask(r, g, b, a);
461
}
462
463
void FGLRenderState::SetStencil(int offs, int op, int flags = -1)
464
{
Callers
3
SetupStencil
Method · 0.45
RemoveStencil
Method · 0.45
RenderScene
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected