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

Method GetCopyTextureDurations

src/render/rd_statistics.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 std::vector<int32_t> MsgWorkingCaptureInfo::GetCopyTextureDurations() {
39 std::vector<int32_t> result;
40 for (const auto& v : copy_texture_durations_) {
41 result.push_back(v);
42 }
43 return result;
44 }
45
46 void MsgWorkingCaptureInfo::AppendMapCvtTextureDuration(int32_t duration) {
47 map_cvt_texture_durations_.push_back(duration);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected