MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetEndState

Method SetEndState

Source/Graphics/drawbatch.cpp:387–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void DrawBatch::SetEndState() const {
388 if (transparent && Graphics::Instance()->use_sample_alpha_to_coverage) {
389 glDisable(GL_SAMPLE_ALPHA_TO_COVERAGE);
390 }
391}
392
393void DrawBatch::DrawVertexArrays() const {
394 if (vbo_faces.GetConst().valid()) {

Callers 3

DrawMethod · 0.80
DrawMethod · 0.80
DrawItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected