Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Dec 19, 2024
1 parent 72aa7a7 commit 193a849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/utils/hardware/gpu/vulkan/vulkan_gpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ inline cpp::result<std::vector<cortex::hw::GPU>, std::string> GetGpuInfoList() {
};
// Load the Vulkan library
#if defined(__APPLE__) && defined(__MACH__)
void* vulkanLibrary = nullptr;
return std::vector<cortex::hw::GPU>{};
#elif defined(__linux__)
auto vulkan_path = get_vulkan_path("libvulkan.so");
Expand Down

0 comments on commit 193a849

Please sign in to comment.