MCPcopy Create free account
hub / github.com/TankOs/SFGUI / TuneCull

Method TuneCull

src/SFGUI/Renderers/VertexArrayRenderer.cpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400void VertexArrayRenderer::TuneCull( bool enable ) {
401 m_cull = enable;
402}
403
404void VertexArrayRenderer::InvalidateImpl( unsigned char /*datasets*/ ) {
405 m_dirty = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected