vulkan: allow arrays of buffers

Could be useful.
This commit is contained in:
Lynne
2025-11-05 15:29:57 +01:00
parent a0d0b5cf73
commit dd32bb8855

View File

@@ -2548,10 +2548,11 @@ print:
GLSLA("%s", desc[i].buf_content);
}
GLSLA("\n}");
} else if (desc[i].elems > 0) {
GLSLA("[%i]", desc[i].elems);
}
if (desc[i].elems > 0)
GLSLA("[%i]", desc[i].elems);
GLSLA(";");
GLSLA("\n");
}