This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Howdy,
I am trying to setup Vulkan SDL. I am trying to setup my SDL surface and main SDL window using the SDL_Vulkan_GetInstanceExtensions function to retrive the required extensions but it always returns a 0 and never updates the count variable argument, code :
unsigned int count;
if (!SDL_Vulkan_GetInstanceExtensions(window, &count, nullptr)) {
throw std::exception ( "Error.");
}
I had to ditch SDL because I could not find any solution even when using all the x64 and x86 libs, and trying to find the solution on the internet. I had to instead use GLFW. Does anyone know what is going on?
Post Details
- Posted
- 6 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/sdl/comment...