Skip to content

Commit

Permalink
Finalise volk in ~VulkanContext
Browse files Browse the repository at this point in the history
Reviewed By: corporateshark

Differential Revision: D66857921

fbshipit-source-id: 363e81b2b5668f23e785259fe3aef687dc9bb400
  • Loading branch information
Xander Wang authored and facebook-github-bot committed Dec 16, 2024
1 parent eaa6962 commit b41c841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/igl/vulkan/VulkanContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ VulkanContext::~VulkanContext() {
VulkanComputePipelineBuilder::getNumPipelinesCreated());
}
#endif // IGL_DEBUG || defined(IGL_FORCE_ENABLE_LOGS)

volkFinalize();
}

void VulkanContext::createInstance(const size_t numExtraExtensions,
Expand Down
2 changes: 1 addition & 1 deletion third-party/bootstrap-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"source": {
"type": "git",
"url": "https://github.com/zeux/volk",
"revision": "f51cfb6578e81acda634c8e69badc5016bccc95e"
"revision": "b465507a1720ea32d65163153a53ffa136ca835f"
}
},
{
Expand Down

0 comments on commit b41c841

Please sign in to comment.