Vulkan-Hpp/vulkan
Andreas Süßenbach 54fced9dd3 changed functions with optional std::string parameters from "std::string const &" to "vk::Optional<std::string const> const &";
moved vk::Optional constructor on std::nullptr_t from private to public;
introduced vk::Optional::operator->() and explicit operator bool();
removed static operator null() on all struct-wrapper classes
2016-03-23 16:08:30 +01:00
..
vk_cpp.h changed functions with optional std::string parameters from "std::string const &" to "vk::Optional<std::string const> const &"; 2016-03-23 16:08:30 +01:00