MCPcopy Create free account
hub / github.com/android/ndk-samples / ~ShapeRenderer

Method ~ShapeRenderer

endless-tunnel/app/src/main/cpp/shape_renderer.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45ShapeRenderer::~ShapeRenderer() {
46 // destroy geometry
47 CleanUp(&mGeom);
48}
49
50void ShapeRenderer::RenderRect(float centerX, float centerY, float width,
51 float height) {

Callers

nothing calls this directly

Calls 1

CleanUpFunction · 0.85

Tested by

no test coverage detected