Skip to content

Commit b25eba8

Browse files
committed
Use lut to execute 3d commands
1 parent b2fbe2b commit b25eba8

File tree

7 files changed

+231
-208
lines changed

7 files changed

+231
-208
lines changed

src/core/graphics/gpu.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ struct FrameRateCounter {
2424
frame_counter: u16,
2525
fps: Arc<AtomicU16>,
2626
last_update: Instant,
27-
last_frame: Instant,
2827
}
2928

3029
impl FrameRateCounter {
@@ -33,7 +32,6 @@ impl FrameRateCounter {
3332
frame_counter: 0,
3433
fps,
3534
last_update: Instant::now(),
36-
last_frame: Instant::now(),
3735
}
3836
}
3937

0 commit comments

Comments
 (0)