fix error: implicit declaration of function

This commit is contained in:
NightFox 2021-12-03 16:45:18 +03:00 committed by Ivan Avdeev
parent f501f8255d
commit 152748b657
1 changed files with 3 additions and 0 deletions

View File

@ -942,6 +942,9 @@ static void blitImage( const xvk_blit_args *blit_args ) {
}
}
qboolean initVk2d(void);
void deinitVk2d(void);
void VK_RayFrameEnd(const vk_ray_frame_render_args_t* args)
{
const VkCommandBuffer cmdbuf = args->cmdbuf;