1 2 3 4 5 6 7 8 9 10 11 12 13
#include <SDL.h> #include <SDL_syswm.h> #include <SDL_vulkan.h> /** * <div rustbindgen replaces="VkInstance"></div> */ typedef uintptr_t VkInstance_int; /** * <div rustbindgen replaces="VkSurfaceKHR"></div> */ typedef uint64_t VkSurfaceKHR_int;