nvk: call correct macro to clear views
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
committed by
Marge Bot
parent
1de2bc6144
commit
7bb03cbd7a
@@ -84,7 +84,7 @@ emit_clear_rects(struct nvk_cmd_buffer *cmd,
|
||||
.rt_array_index = rects[r].baseArrayLayer,
|
||||
});
|
||||
|
||||
P_1INC(p, NV9097, CALL_MME_MACRO(NVK_MME_CLEAR_LAYERS));
|
||||
P_1INC(p, NV9097, CALL_MME_MACRO(NVK_MME_CLEAR_VIEWS));
|
||||
P_INLINE_DATA(p, payload);
|
||||
P_INLINE_DATA(p, render->view_mask);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user