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

Method AfterDrawInstances

Source/Objects/envobject.cpp:959–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959void EnvObject::AfterDrawInstances() {
960#if defined(AVOID_DRAW_INSTANCES_CLEANUP_OVERHEAD)
961 AfterDrawInstancesImpl();
962#endif
963}
964
965void AfterDrawInstancesImpl() {
966 Graphics* graphics = Graphics::Instance();

Callers

nothing calls this directly

Calls 1

AfterDrawInstancesImplFunction · 0.85

Tested by

no test coverage detected