ra_pl: add missing initializer

This commit is contained in:
Kacper Michajłow 2023-11-24 02:09:33 +01:00 committed by sfan5
parent cb29cbe1ba
commit e27eb3dead
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ static void renderpass_run_pl(struct ra *ra,
.data = val->data,
});
} else {
struct pl_desc_binding bind;
struct pl_desc_binding bind = {0};
switch (inp->type) {
case RA_VARTYPE_TEX:
case RA_VARTYPE_IMG_W: {