mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
vulkan: allow arrays of buffers
Could be useful.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user