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

Method blocks_frame

perro_source/render_stack/perro_app/src/frame_pacing.rs:169–171  ·  view source on GitHub ↗
(&self, now: Instant)

Source from the content-addressed store, hash-verified

167 pub(crate) fn exceeds_display_rate(&self) -> bool {
168 if self.vsync {
169 return false;
170 }
171 let Some(refresh_hz) = self.refresh_hz else {
172 return false;
173 };
174 match self.cap {

Callers 2

step_frameMethod · 0.80
about_to_waitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected