[SDL Tizen] Add vulkan feature to SDL.
[platform/upstream/SDL.git] / src / video / SDL_sysvideo.h
index e92412f..28b2b9f 100644 (file)
@@ -343,6 +343,9 @@ struct SDL_VideoDevice
     /* * * */
     /* The function used to dispose of this structure */
     void (*free) (_THIS);
+
+    SDL_bool (*vulkan_GetInstanceExtensions) (const char* driver, unsigned int* count, char** names);
+    SDL_bool (*vulkan_CreateSurface) (_THIS, SDL_Window* window, SDL_vulkanInstance instance, SDL_vulkanSurface* surface);
 };
 
 typedef struct VideoBootStrap