debug: Add image support and gpu vendor logos
This commit is contained in:
parent
cd5c185440
commit
1de4b97bca
11 changed files with 541 additions and 71 deletions
|
|
@ -126,7 +126,7 @@ impl X11State {
|
|||
pending: true,
|
||||
screencopy: Vec::new(),
|
||||
#[cfg(feature = "debug")]
|
||||
fps: Fps::default(),
|
||||
fps: Fps::new(&mut self.renderer),
|
||||
});
|
||||
|
||||
// schedule first render
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue