MCPcopy Create free account
hub / github.com/defold/defold / TearDown

Method TearDown

engine/rig/src/test/test_rig.cpp:1231–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229 }
1230
1231 void TearDown() override {
1232 if (dmRig::RESULT_OK != dmRig::InstanceDestroy(m_Context, m_Instance)) {
1233 dmLogError("Could not delete rig instance!");
1234 }
1235
1236 DeleteRigData(m_MeshSet, m_Skeleton, m_AnimationSet);
1237
1238 RigContextTest::TearDown();
1239 }
1240};
1241
1242TEST_F(RigContextTest, InstanceCreation)

Callers

nothing calls this directly

Calls 2

DeleteRigDataFunction · 0.85
InstanceDestroyFunction · 0.50

Tested by

no test coverage detected