Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isMultisample
Method
isMultisample
src/eepp/graphics/renderer/renderer.cpp:595–597 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
593
}
594
595
bool Renderer::isMultisample() {
596
return BitOp::readBitKey( &mStateFlags, RSF_MULTISAMPLE );
597
}
598
599
void Renderer::polygonMode( const PrimitiveFillMode& Mode ) {
600
if ( Mode == DRAW_FILL )
Callers
1
drawMinimap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected