MCPcopy Create free account
hub / github.com/PerroEngine/Perro / reset_deadline

Method reset_deadline

perro_source/render_stack/perro_app/src/frame_pacing.rs:164–166  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

162 self.refresh_hz
163 }
164
165 /// True when the current config renders frames the monitor can never
166 /// display: vsync off and the cap (or lack of one) above refresh.
167 pub(crate) fn exceeds_display_rate(&self) -> bool {
168 if self.vsync {
169 return false;

Callers 1

resumedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected