This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
Vulkan-Hpp
Watch
1
Star
0
Fork
0
You've already forked Vulkan-Hpp
mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced
2024-11-29 15:11:05 +00:00
Code
Issues
Releases
Wiki
Activity
b9ec269ab2
Vulkan-Hpp
/
tests
/
DesignatedInitializers
History
Markus Tavenrath
160dc916f9
Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang.
2021-01-18 12:25:50 +01:00
..
CMakeLists.txt
Introduce VULKAN_HPP_NO_STRUCT_CONSTRUCTORS so support designated initializers.
2020-06-24 11:28:43 +02:00
DesignatedInitializers.cpp
Change structure member sType to non-const to allow default assignment operator. Make copy constructor and copy assignment default. The latter is required for C++20 designated initializers. Delegate the constructor from C-type to the copy constructor by casting rhs accordingly. Fix warnings on gcc/clang.
2021-01-18 12:25:50 +01:00