Update to Vulkan 1.1.91 (#267)

This commit is contained in:
Andreas Süßenbach 2018-11-06 08:51:33 +01:00 committed by GitHub
parent c02200ce37
commit 8205bf6dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1104 additions and 973 deletions

@ -1 +1 @@
Subproject commit 8d6a7b23a7decb5161e0e4a3297c4665f9061b0e
Subproject commit c2ef675dac74b77abdaf4c3de679381f2e3b276c

View File

@ -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;
}

File diff suppressed because it is too large Load Diff