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 - Documentation missing for SDL_WINDOW_VULKAN.
Summary: Documentation missing for SDL_WINDOW_VULKAN.
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: website (show other bugs)
Version: don't know
Hardware: All All
: P2 minor
Assignee: Jen Spradlin
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-10 04:02 UTC by Jonathan Levi
Modified: 2020-04-10 04:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.)