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

Method Bind

teapots/more-teapots/src/main/cpp/MoreTeapotsRenderer.cpp:522–525  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Bind --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

520// Bind
521//--------------------------------------------------------------------------------
522bool MoreTeapotsRenderer::Bind(ndk_helper::TapCamera* camera) {
523 camera_ = camera;
524 return true;
525}
526
527//--------------------------------------------------------------------------------
528// Helper functions

Callers 1

LoadResourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected