mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
rustfmt
This commit is contained in:
parent
240f44a228
commit
9930c9d1de
|
@ -462,10 +462,7 @@ impl Renderer {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Note: configuration has to be re-uploaded when memory buffer is resized
|
// Note: configuration has to be re-uploaded when memory buffer is resized
|
||||||
pub(crate) unsafe fn upload_config(
|
pub(crate) unsafe fn upload_config(&mut self, buf_ix: usize) -> Result<(), Error> {
|
||||||
&mut self,
|
|
||||||
buf_ix: usize,
|
|
||||||
) -> Result<(), Error> {
|
|
||||||
let stats = &self.scene_stats;
|
let stats = &self.scene_stats;
|
||||||
let n_path = stats.n_path as usize;
|
let n_path = stats.n_path as usize;
|
||||||
self.n_paths = n_path;
|
self.n_paths = n_path;
|
||||||
|
|
Loading…
Reference in a new issue