MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetMapCvtTextureDurations

Method GetMapCvtTextureDurations

src/render/rd_statistics.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 std::vector<int32_t> MsgWorkingCaptureInfo::GetMapCvtTextureDurations() {
54 std::vector<int32_t> result;
55 for (const auto& v : map_cvt_texture_durations_) {
56 result.push_back(v);
57 }
58 return result;
59 }
60
61 /// ----
62 RdStatistics::RdStatistics() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected