gpu-dawn: build: update to latest Dawn revision
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9b30005283
commit
38ebec0a1f
1 changed files with 2 additions and 1 deletions
|
|
@ -663,6 +663,7 @@ fn buildLibDawnNative(b: *Builder, step: *std.build.LibExeObjStep, options: Opti
|
|||
"libs/dawn/out/Debug/gen/src/dawn/",
|
||||
"libs/dawn/src/dawn/native/",
|
||||
"libs/dawn/src/dawn/native/utils/",
|
||||
"libs/dawn/src/dawn/native/stream/",
|
||||
},
|
||||
.flags = flags.items,
|
||||
.excluding_contains = &.{
|
||||
|
|
@ -920,12 +921,12 @@ fn buildLibTint(b: *Builder, step: *std.build.LibExeObjStep, options: Options) *
|
|||
include("libs/dawn/third_party/vulkan-deps/spirv-headers/src/include"),
|
||||
include("libs/dawn/out/Debug/gen/third_party/vulkan-deps/spirv-tools/src"),
|
||||
include("libs/dawn/out/Debug/gen/third_party/vulkan-deps/spirv-tools/src/include"),
|
||||
include("libs/dawn/include"),
|
||||
}) catch unreachable;
|
||||
|
||||
// libtint_core_all_src
|
||||
appendLangScannedSources(b, lib, options, .{
|
||||
.rel_dirs = &.{
|
||||
"libs/dawn/src/tint/ast/",
|
||||
"libs/dawn/src/tint",
|
||||
"libs/dawn/src/tint/diagnostic/",
|
||||
"libs/dawn/src/tint/inspector/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue