mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-18 20:46:31 +00:00
Added: void Parse(const DXBC::Reflection *reflection); void ParseReferences(const DXBC::Reflection *reflection); const ResourceReference *GetResourceReference(const rdcstr &handleStr) const; rdcstr GetResourceReferenceName(ResourceClass resClass, const BindingSlot &slot) const; Changed: void FetchEntryPointInterfaces(rdcarray<EntryPointInterface> &entryPointInterfaces); to void FillEntryPointInterfaces(); and store the entry point interface data in new member variable "m_EntryPointInterfaces" To get the SSA names for handles that are referenced by createHandle calls Added DoStringise() for DXIL::ResourceClass