Removed Into for Rectangle<f32> from u32
This commit is contained in:
parent
781ef1f94c
commit
36e8521593
2 changed files with 1 additions and 12 deletions
|
|
@ -335,7 +335,7 @@ impl Backend {
|
|||
|
||||
shader.primitive.render(
|
||||
&self.pipeline_storage,
|
||||
bounds.into(),
|
||||
bounds.snap(),
|
||||
target,
|
||||
target_size,
|
||||
encoder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue