From 882e82f601d80b234346ec84d748d97002ee12d9 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Tue, 16 Nov 2021 23:22:42 -0700 Subject: [PATCH] gpu: remove TODO about spirv-cross Mozilla and Google both found SPIRV-Cross to be insufficient and built Naga and Tint, respectively, so there's no need to support this build option. Signed-off-by: Stephen Gutekanst --- gpu/build_dawn.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/gpu/build_dawn.zig b/gpu/build_dawn.zig index 47281b32..791d5914 100644 --- a/gpu/build_dawn.zig +++ b/gpu/build_dawn.zig @@ -270,7 +270,6 @@ fn buildLibDawnNative(b: *Builder, step: *std.build.LibExeObjStep, options: Opti // TODO: could allow use_swiftshader here. See src/dawn_native/BUILD.gn // TODO: allow dawn_enable_vulkan here. See src/dawn_native/BUILD.gn // TODO: allow dawn_enable_opengl here. See src/dawn_native/BUILD.gn - // TODO: could allow dawn_use_spriv_cross here. See src/dawn_native/BUILD.gn switch (target.os.tag) { .windows => {