vk: fix windows compilation

This commit is contained in:
Ivan 'provod' Avdeev 2023-04-07 11:24:19 -07:00 committed by Ivan Avdeev
parent 92ce698292
commit fdab0f7536
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ void R_BeginFrame( qboolean clearScene ) {
{
const vk_combuf_scopes_t gpurofl[] = {
frame->staging_combuf ? R_VkCombufScopesGet(frame->staging_combuf) : (vk_combuf_scopes_t){},
frame->staging_combuf ? R_VkCombufScopesGet(frame->staging_combuf) : (vk_combuf_scopes_t){.entries_count=0},
R_VkCombufScopesGet(frame->combuf),
};