<div dir="ltr">Vulkan has both C and C++ API (two types of the latter actually). When working on the prototype implementation of Vulkan rendering pipeline under Wayland we have chosen C++ API, as it is better in all aspects, but most importantly, speeds up development at early stages a lot. However, these C++ API headers bring a dependency on Standard Library, so this needs to be discussed:<div>How do you feel about bringing a dependency on libstdc++?</div></div>