Skip to content

nvc0: Fix uninitialized width/height/depth warning.

Joshua Ashton requested to merge frog/mesa:nvc0-warning-fix into main

This can happen if view->resource is false.

Fixes a warning in GCC 9+ that's been bugging me for a very long time when building Mesa.

Signed-off-by: Joshua Ashton joshua@froggi.es

Merge request reports