Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
ShapeRenderer::~ShapeRenderer() {
46
// destroy geometry
47
CleanUp(&mGeom);
48
}
49
50
void ShapeRenderer::RenderRect(float centerX, float centerY, float width,
51
float height) {
Callers
nothing calls this directly
Calls
1
CleanUp
Function · 0.85
Tested by
no test coverage detected