mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 21:50:08 +00:00
Update to Vulkan 1.1.91 (#267)
This commit is contained in:
parent
c02200ce37
commit
8205bf6dbe
@ -1 +1 @@
|
||||
Subproject commit 8d6a7b23a7decb5161e0e4a3297c4665f9061b0e
|
||||
Subproject commit c2ef675dac74b77abdaf4c3de679381f2e3b276c
|
@ -46,7 +46,7 @@ int main(int /*argc*/, char * /*argv[]*/)
|
||||
vk::UniqueDevice device = physicalDevices[0].createDeviceUnique(vk::DeviceCreateInfo(vk::DeviceCreateFlags(), 1, &deviceQueueCreateInfo));
|
||||
|
||||
std::vector<uint8_t> data;
|
||||
device->getAccelerationStructureHandleNVX<uint8_t>({}, data, vk::DispatchLoaderDynamic());
|
||||
device->getAccelerationStructureHandleNV<uint8_t>({}, data, vk::DispatchLoaderDynamic());
|
||||
}
|
||||
catch (vk::SystemError err)
|
||||
{
|
||||
@ -58,5 +58,6 @@ int main(int /*argc*/, char * /*argv[]*/)
|
||||
std::cout << "unknown error\n";
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
2072
vulkan/vulkan.hpp
2072
vulkan/vulkan.hpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user