gpu-dawn: fix linux build
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
72a5625b1f
commit
1abb7a52dc
1 changed files with 1 additions and 1 deletions
|
|
@ -883,10 +883,10 @@ pub fn Sdk(comptime deps: anytype) type {
|
||||||
});
|
});
|
||||||
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_memory/MemoryService.cpp"));
|
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_memory/MemoryService.cpp"));
|
||||||
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_memory/MemoryServiceImplementation.cpp"));
|
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_memory/MemoryServiceImplementation.cpp"));
|
||||||
|
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_memory/MemoryServiceImplementationDmaBuf.cpp"));
|
||||||
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_semaphore/SemaphoreService.cpp"));
|
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_semaphore/SemaphoreService.cpp"));
|
||||||
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_semaphore/SemaphoreServiceImplementation.cpp"));
|
try cpp_sources.append(sdkPath("/libs/dawn/" ++ "src/dawn/native/vulkan/external_semaphore/SemaphoreServiceImplementation.cpp"));
|
||||||
|
|
||||||
// TODO: DMA option MemoryServiceImplementationDmaBuf.cpp
|
|
||||||
if (isLinuxDesktopLike(tag)) {
|
if (isLinuxDesktopLike(tag)) {
|
||||||
inline for ([_][]const u8{
|
inline for ([_][]const u8{
|
||||||
"src/dawn/native/vulkan/external_memory/MemoryServiceImplementationOpaqueFD.cpp",
|
"src/dawn/native/vulkan/external_memory/MemoryServiceImplementationOpaqueFD.cpp",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue