MCPcopy 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
595bool Renderer::isMultisample() {
596 return BitOp::readBitKey( &mStateFlags, RSF_MULTISAMPLE );
597}
598
599void Renderer::polygonMode( const PrimitiveFillMode& Mode ) {
600 if ( Mode == DRAW_FILL )

Callers 1

drawMinimapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected