rt(wgpu): set viewport depth to 0-1

This commit is contained in:
chyyran 2024-02-17 02:42:03 -05:00
parent 1f5b4380a3
commit 913ede3852

View file

@ -258,7 +258,7 @@ impl WgpuGraphicsPipeline {
output.y,
output.output.size.width as f32,
output.output.size.height as f32,
1.0,
0.0,
1.0,
);