deps: Update smithay
- Use new GAT frame - Bugfixes - Finish window debug overlay
This commit is contained in:
parent
c585811cab
commit
7092c523f5
18 changed files with 445 additions and 279 deletions
|
|
@ -433,6 +433,8 @@ pub struct Egui {
|
|||
}
|
||||
|
||||
pub struct Fps {
|
||||
#[cfg(feature = "debug")]
|
||||
pub rd: Option<renderdoc::RenderDoc<renderdoc::V110>>,
|
||||
#[cfg(feature = "debug")]
|
||||
pub state: smithay_egui::EguiState,
|
||||
pending_frame: Option<PendingFrame>,
|
||||
|
|
@ -638,6 +640,8 @@ impl Fps {
|
|||
Fps {
|
||||
#[cfg(feature = "debug")]
|
||||
state,
|
||||
#[cfg(feature = "debug")]
|
||||
rd: renderdoc::RenderDoc::new().ok(),
|
||||
pending_frame: None,
|
||||
frames: VecDeque::with_capacity(Fps::WINDOW_SIZE + 1),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue