Commit bdd0f69
committed
Use vk::ResultValue<> to adapt the latest vulkan-sdk
Since 8ba8294c86d0 ("Update for Vulkan-Docs 1.3.212") in the repo
[Vulkan-Headers](KhronosGroup/Vulkan-Headers@8ba8294#diff-a83f956c7aeb2b6dee7ffa2f249c0d98a2cfad6e157fe8438e372a5267afaeffL5986-R6086),
vk::createResultValue is renamed as vk::createResultValueType. And
in the recent versions (after 1.3.282), vk::createResultValueType has
been encapsulated under namespace ::detail, so presumably users have
to construct a vk::ResultValue<> on their own.
Signed-off-by: Luc Ma <luc@sietium.com>1 parent 190f081 commit bdd0f69
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments