[vulkan] Fix a missed pure attribute

I don't have a compile pre-push hook on my laptop.
This commit is contained in:
Bill Currie 2023-03-03 10:31:54 +09:00
parent c0048c14b3
commit d0a3040b26
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ QFV_BuildRender (vulkan_ctx_t *ctx)
create_renderpasses (ctx, &counts);
}
static VkImageView
static VkImageView __attribute__((pure))
find_view (qfv_reference_t *ref, qfv_renderctx_t *rctx)
{
__auto_type rinfo = rctx->renderinfo;