mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-03-30 11:37:10 -07:00
14 lines
251 B
C
14 lines
251 B
C
#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;
|