MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getFrameTime

Method getFrameTime

framework/video/smk.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 std::chrono::duration<unsigned int, std::nano> getFrameTime() const override
74 {
75 return this->frame_time;
76 }
77 unsigned getFrameCount() const override { return this->frame_count; }
78 Vec2<int> getVideoSize() const override { return this->frame_size; }
79

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected