Skip to content

Commit

Permalink
Enable VK_KHR_timeline_semaphore On Vulkan < 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jul 12, 2021
1 parent 6c8e046 commit 7e837ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu-hal/src/vulkan/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ impl PhysicalDeviceCapabilities {
}

extensions.push(vk::ExtSamplerFilterMinmaxFn::name());
extensions.push(vk::KhrTimelineSemaphoreFn::name());

if requested_features.intersects(indexing_features()) {
extensions.push(vk::ExtDescriptorIndexingFn::name());
Expand Down

0 comments on commit 7e837ff

Please sign in to comment.