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

Method SetMatrix

endless-tunnel/app/src/main/cpp/text_renderer.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76TextRenderer* TextRenderer::SetMatrix(glm::mat4 m) {
77 mMatrix = m;
78 return this;
79}
80
81void TextRenderer::MeasureText(const char* str, float fontScale,
82 float* outWidth,

Callers 1

RenderHUDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected