42#define NO_SDL_VULKAN_TYPEDEFS
44#ifndef NO_SDL_VULKAN_TYPEDEFS
45#define VK_DEFINE_HANDLE(object) typedef struct object##_T* object;
47#if defined(__LP64__) || defined(_WIN64) || defined(__x86_64__) || defined(_M_X64) || defined(__ia64) || defined (_M_IA64) || defined(__aarch64__) || defined(__powerpc64__)
48#define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef struct object##_T *object;
50#define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object) typedef uint64_t object;
56struct VkAllocationCallbacks;
188 const struct VkAllocationCallbacks *allocator,
189 VkSurfaceKHR* surface);
215 VkSurfaceKHR surface,
216 const struct VkAllocationCallbacks *allocator);
237 VkPhysicalDevice physicalDevice,
void(* SDL_FunctionPointer)(void)
struct SDL_Window SDL_Window
#define VK_DEFINE_NON_DISPATCHABLE_HANDLE(object)
SDL_FunctionPointer SDL_Vulkan_GetVkGetInstanceProcAddr(void)
SDL_bool SDL_Vulkan_GetPresentationSupport(VkInstance instance, VkPhysicalDevice physicalDevice, Uint32 queueFamilyIndex)
#define VK_DEFINE_HANDLE(object)
SDL_bool SDL_Vulkan_LoadLibrary(const char *path)
char const *const * SDL_Vulkan_GetInstanceExtensions(Uint32 *count)
void SDL_Vulkan_DestroySurface(VkInstance instance, VkSurfaceKHR surface, const struct VkAllocationCallbacks *allocator)
SDL_bool SDL_Vulkan_CreateSurface(SDL_Window *window, VkInstance instance, const struct VkAllocationCallbacks *allocator, VkSurfaceKHR *surface)
void SDL_Vulkan_UnloadLibrary(void)