We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5081

Summary: Documentation missing for SDL_WINDOW_VULKAN.
Product: SDL Reporter: Jonathan Levi <jonathanilevi>
Component: websiteAssignee: Jen Spradlin <jspradlin>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2    
Version: don't know   
Hardware: All   
OS: All   

Description Jonathan Levi 2020-04-10 04:02:49 UTC
https://wiki.libsdl.org/SDL_WindowFlags does not list SDL_WINDOW_VULKAN.

Maybe this should be in a separate issue but
https://wiki.libsdl.org/CategoryVulkan does not list the need to create window with SDL_WINDOW_VULKAN flag.

(I figured out how to do it, but it took me longer than I would have liked.)