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:
parent
5ce69d0273
commit
882e82f601
1 changed files with 0 additions and 1 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue