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 <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-11-16 23:22:42 -07:00 committed by Stephen Gutekanst
parent 5ce69d0273
commit 882e82f601

View file

@ -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 => {