diff options
Diffstat (limited to 'source/slang/slang-ir-specialize-resources.cpp')
| -rw-r--r-- | source/slang/slang-ir-specialize-resources.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/slang-ir-specialize-resources.cpp b/source/slang/slang-ir-specialize-resources.cpp index a2bf14f4d..93a964d95 100644 --- a/source/slang/slang-ir-specialize-resources.cpp +++ b/source/slang/slang-ir-specialize-resources.cpp @@ -1234,6 +1234,8 @@ bool isIllegalGLSLParameterType(IRType* type) break; } } + if(as<IRSubpassInputType>(type)) + return true; if (as<IRMeshOutputType>(type)) return true; if (as<IRHLSLStreamOutputType>(type)) |
