rt(wgpu): set viewport depth to 0-1
This commit is contained in:
parent
1f5b4380a3
commit
913ede3852
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ impl WgpuGraphicsPipeline {
|
||||||
output.y,
|
output.y,
|
||||||
output.output.size.width as f32,
|
output.output.size.width as f32,
|
||||||
output.output.size.height as f32,
|
output.output.size.height as f32,
|
||||||
1.0,
|
0.0,
|
||||||
1.0,
|
1.0,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue