commit | 5f309da5e44c6387f9f6459c4ec6daaaeac64ad6 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@collabora.com> | Wed Mar 23 14:06:00 2022 +0100 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Mar 25 11:00:03 2022 +0000 |
tree | 6c6a38e98e13b09af9415e71dd32f3a347757ea4 | |
parent | 52a2aa44f3183c152bbf980a7891d284dd07f867 [diff] |
vulkan/wsi: Stop using VK_OUTARRAY_MAKE() We're trying to replace VK_OUTARRAY_MAKE() by VK_OUTARRAY_MAKE_TYPED() so people don't get tempted to use it and make things incompatible with MSVC (which doesn't support typeof()). Suggested-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15522>