diff options
Diffstat (limited to 'source/slang/slang-emit-spirv.cpp')
| -rw-r--r-- | source/slang/slang-emit-spirv.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/slang/slang-emit-spirv.cpp b/source/slang/slang-emit-spirv.cpp index 2b85be8c7..b5a94cf0d 100644 --- a/source/slang/slang-emit-spirv.cpp +++ b/source/slang/slang-emit-spirv.cpp @@ -520,10 +520,7 @@ struct SPIRVEmitContext // > Version nuumber // - // TODO(JS): - // Was previously set to SpvVersion, but that doesn't work since we - // upgraded to SPIR-V headers 1.6. (It would lead to validation errors during vk tests) - // For now mark as version 1.5.0 + // We are targeting SPIRV 1.5 for now. static const uint32_t spvVersion1_5_0 = 0x00010500; m_words.add(spvVersion1_5_0); |
