SFML/examples/vulkan
Chris Thrasher 5735fd09d9
Rewrite sf::Event API to improve type safety
This new API is built on top of std::variant. This allows us to
store many different event types in a space-efficient way and access
the active event type in a type-safe manner that eliminates the
categories of UB that are possible with unions.

Co-authored-by: kimci86 <kimci86@hotmail.fr>
2023-11-09 00:19:38 -07:00
..
resources Ensure files end with newline character 2022-04-12 08:13:48 +02:00
CMakeLists.txt Simplify how examples are built 2022-06-16 23:56:39 +02:00
Vulkan.cpp Rewrite sf::Event API to improve type safety 2023-11-09 00:19:38 -07:00
vulkan.h Add support for creating Vulkan window surfaces. 2019-10-16 21:48:24 +02:00