radeonsi: silence a warning
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14089>
This commit is contained in:
parent
573d645133
commit
84fea554e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1147,7 +1147,7 @@ static void si_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface
|
|||
bool render_condition_enabled)
|
||||
{
|
||||
struct si_context *sctx = (struct si_context *)ctx;
|
||||
union pipe_color_union unused;
|
||||
union pipe_color_union unused = {};
|
||||
|
||||
/* Fast path that just clears HTILE. */
|
||||
if (si_try_normal_clear(sctx, dst, dstx, dsty, width, height, render_condition_enabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue