Allow debugging SPIR-V 1.6 modules

This commit is contained in:
baldurk
2022-01-12 15:08:47 +00:00
parent 4a339a4369
commit 8435a1ab72
@@ -217,7 +217,7 @@ void Reflector::CheckDebuggable(bool &debuggable, rdcstr &debugStatus) const
debuggable = true;
debugStatus.clear();
if(m_MajorVersion > 1 || m_MinorVersion > 5)
if(m_MajorVersion > 1 || m_MinorVersion > 6)
{
debugStatus +=
StringFormat::Fmt("Unsupported SPIR-V version %u.%u\n", m_MajorVersion, m_MinorVersion);