Skip to content

Commit

Permalink
igl | vulkan | Name some IGL Vulkan devices
Browse files Browse the repository at this point in the history
Reviewed By: christophpurrer, nlutsenko

Differential Revision: D68504008

fbshipit-source-id: b2cae657776fe837b5312ac719e9e0f7883a3812
  • Loading branch information
mmaurer authored and facebook-github-bot committed Jan 23, 2025
1 parent 0ca7cca commit c5a9ab3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shell/openxr/mobile/vulkan/XrAppImplVulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ std::unique_ptr<igl::IDevice> XrAppImplVulkan::initIGL(XrInstance instance, XrSy
0,
0,
requiredVkDeviceExtensions_.size(),
requiredVkDeviceExtensions_.data());
requiredVkDeviceExtensions_.data(),
nullptr,
nullptr,
"IGL Shell OpenXR");
return device;
}

Expand Down

0 comments on commit c5a9ab3

Please sign in to comment.