mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-11 11:51:50 +00:00
[vulkan] Fix a missed pure attribute
I don't have a compile pre-push hook on my laptop.
This commit is contained in:
parent
c0048c14b3
commit
d0a3040b26
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue