Update to VK_HEADER_VERSION 152.

This commit is contained in:
asuessenbach
2020-08-27 09:03:06 +02:00
parent 9c1882c9bc
commit 9aaa6481e5
3 changed files with 2 additions and 9 deletions

View File

@@ -8889,8 +8889,6 @@ namespace std
Result result;
UniqueHandle<Type, Dispatch> value;
operator std::tuple<Result&, UniqueHandle<Type, Dispatch>&>() VULKAN_HPP_NOEXCEPT { return std::tuple<Result&, UniqueHandle<Type, Dispatch>&>(result, value); }
# if !defined(VULKAN_HPP_DISABLE_IMPLICIT_RESULT_VALUE_CAST)
VULKAN_HPP_DEPRECATED("Implicit-cast operators on vk::ResultValue are deprecated. Explicitly access the value as member of ResultValue.")
operator UniqueHandle<Type, Dispatch>& () & VULKAN_HPP_NOEXCEPT