[vulkan] Fix incorrect reference to imageviews

The old system used just "views", but I had at some time decided that I
might want to support specifying buffers and buffer views, but forgot to
change the name in vkparse.c.
This commit is contained in:
Bill Currie 2023-06-26 11:55:15 +09:00
parent 25dfa75505
commit ab4ea1b333

View file

@ -1431,7 +1431,7 @@ QFV_ParseJobInfo (vulkan_ctx_t *ctx, plitem_t *item, qfv_renderctx_t *rctx)
static const char *extra_items[] = {
"images",
"views",
"imageviews",
"renderpasses",
0
};