Removed SDL_vulkan_internal.h from SDL_sysvideo.h

Reference: https://github.com/libsdl-org/SDL/issues/8142
main
Sam Lantinga 2023-08-25 08:18:29 -07:00
parent 34860b932b
commit ee806597b9
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
#ifndef SDL_sysvideo_h_
#define SDL_sysvideo_h_
#include "SDL_vulkan_internal.h"
#include <SDL3/SDL_vulkan.h>
/* The SDL video driver */
@ -442,8 +442,8 @@ struct SDL_VideoDevice
/* Data used by the Vulkan drivers */
struct
{
PFN_vkGetInstanceProcAddr vkGetInstanceProcAddr;
PFN_vkEnumerateInstanceExtensionProperties vkEnumerateInstanceExtensionProperties;
SDL_FunctionPointer vkGetInstanceProcAddr;
SDL_FunctionPointer vkEnumerateInstanceExtensionProperties;
int loader_loaded;
char loader_path[256];
void *loader_handle;