mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Allow debugging SPIR-V 1.6 modules
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user