mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-08 03:16:41 -04:00

+ no explicit copy constructor of structs needed any more + removed assignment operator of structs that don't hold a const sType member (for those, we still need the assignment operator!) + simplified operator==() of structs (pre C++20) + resolved some 32bit warnings