mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-10 00:31:00 +00:00
Don't print inner type for ASs in DXIL disassembly
This commit is contained in:
@@ -2432,7 +2432,8 @@ void Program::MakeRDDisassemblyString(const DXBC::Reflection *reflection)
|
||||
DisassemblyAddNewLine();
|
||||
EntryPointInterface::SRV &srv = entryPoint->srvs[j];
|
||||
m_Disassembly += GetResourceShapeName(srv.shape, false);
|
||||
m_Disassembly += "<" + GetResourceTypeName(srv.type) + ">";
|
||||
if(srv.shape != DXIL::ResourceKind::RTAccelerationStructure)
|
||||
m_Disassembly += "<" + GetResourceTypeName(srv.type) + ">";
|
||||
m_Disassembly += " " + srv.name;
|
||||
if(srv.regCount > 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user