thatcosmonaut / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
1 stars 1 forks source link

Swapchain parameter documentation #60

Closed TheSpydog closed 5 days ago

TheSpydog commented 6 days ago

Closes https://github.com/thatcosmonaut/SDL/issues/57. Added documentation about how swapchain parameters should be queried before calling ClaimWindow or SetSwapchainParameters. Though I am wondering if the latter should return an SDL_bool indicating whether it succeeded or not...

thatcosmonaut commented 6 days ago

SetSwapchainParameters should definitely return a bool, that was an oversight on my part.