summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit.cpp')
-rw-r--r--source/slang/slang-emit.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp
index 15ce25c3c..6a49e9842 100644
--- a/source/slang/slang-emit.cpp
+++ b/source/slang/slang-emit.cpp
@@ -896,10 +896,6 @@ Result linkAndOptimizeIR(
//
// If any have survived this far, change them back to regular (decorated)
// arrays that the emitters can deal with.
- //
- // TODO: This is too early for the SPIR-V backend, which requires these
- // types for when it calls legalizeEntryPointsForGLSL (later than GLSL does
- // above)
legalizeMeshOutputTypes(irModule);
if (options.shouldLegalizeExistentialAndResourceTypes)