mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
Tweak string name of ResourceId to be all one word for easier searching
This commit is contained in:
@@ -41,7 +41,7 @@ string ToStrHelper<false, ResourceId>::Get(const ResourceId &el)
|
||||
{
|
||||
char tostrBuf[256] = {0};
|
||||
|
||||
StringFormat::snprintf(tostrBuf, 255, "ID %llu", el.id);
|
||||
StringFormat::snprintf(tostrBuf, 255, "ResID_%llu", el.id);
|
||||
|
||||
return tostrBuf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user