Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
Viewport::default()
return a 1x1 viewport (#14372)
# Objective - The current default viewport crashes bevy due to a wgpu validation error, this PR fixes that - Fixes #14355 ## Solution - `Viewport::default()` now returns a 1x1 viewport ## Testing - I modified the `3d_viewport_to_world` example to use `Viewport::default()`, and it works as expected (only the top-left pixel is rendered)
- Loading branch information