MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isLineSmooth

Method isLineSmooth

src/eepp/graphics/renderer/renderer.cpp:520–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520bool Renderer::isLineSmooth() {
521 return BitOp::readBitKey( &mStateFlags, RSF_LINE_SMOOTH );
522}
523
524void Renderer::polygonSmooth( const bool& Enable ) {
525#if EE_PLATFORM != EE_PLATFORM_EMSCRIPTEN && defined( GL_POLYGON_SMOOTH ) && \

Callers 2

drawMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected