diff options
Diffstat (limited to 'source/slang/slang-emit-hlsl.cpp')
| -rw-r--r-- | source/slang/slang-emit-hlsl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/slang/slang-emit-hlsl.cpp b/source/slang/slang-emit-hlsl.cpp index b022a2db9..240b5c0cb 100644 --- a/source/slang/slang-emit-hlsl.cpp +++ b/source/slang/slang-emit-hlsl.cpp @@ -1692,10 +1692,6 @@ void HLSLSourceEmitter::_emitStageAccessSemantic( void HLSLSourceEmitter::emitPostKeywordTypeAttributesImpl(IRInst* inst) { - if (const auto payloadDecoration = inst->findDecoration<IRPayloadDecoration>()) - { - m_writer->emit("[payload] "); - } // Get the target profile to determine if PAQs are supported bool enablePAQs = false; |
