nvpro-samples / vk_raytrace

Ray tracing glTF scene with Vulkan
Apache License 2.0
567 stars 35 forks source link

is VK_KHR_DEFERRED_HOST_OPERATIONS_EXTENSION_NAME needed? #23

Open tigrazone opened 1 year ago

tigrazone commented 1 year ago

Declared as needed in line https://github.com/nvpro-samples/vk_raytrace/blob/558b8788c77d1c756e8e0241ce20fa8232c63343/src/main.cpp#L108 Where is used this extension in raytracer? Or this extension is optional?