- initialize native functions before the first query.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:44:39 +02:00
commit ac1f4b8f11
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@
#include "i_system.h"
#include "version.h"
#include "engineerrors.h"
#include "gamedata/fonts/v_text.h"
#include "v_text.h"
bool I_GetVulkanPlatformExtensions(unsigned int *count, const char **names);
bool I_CreateVulkanSurface(VkInstance instance, VkSurfaceKHR *surface);