MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Flush

Method Flush

GTE/Graphics/GL46/GL46Engine.cpp:1303–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303void GL46Engine::Flush()
1304{
1305 glFlush();
1306}
1307
1308uint64_t GL46Engine::DrawPrimitive(std::shared_ptr<VertexBuffer> const& vbuffer,
1309 std::shared_ptr<IndexBuffer> const& ibuffer, std::shared_ptr<VisualEffect> const& effect)

Callers

nothing calls this directly

Calls 1

glFlushFunction · 0.85

Tested by

no test coverage detected