mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
anv: Dedent a closing curly brace
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41712>
This commit is contained in:
parent
ee40162321
commit
888ea50760
1 changed files with 1 additions and 1 deletions
|
|
@ -4237,7 +4237,7 @@ anv_can_hiz_clear_image(struct anv_cmd_buffer *cmd_buffer,
|
|||
"HiZ CCS WT + MSAA unsupported before Xe2. "
|
||||
"Slow depth clearing.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/* If we're just clearing stencil, we can always HiZ clear */
|
||||
if (!(clear_aspects & VK_IMAGE_ASPECT_DEPTH_BIT))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue