mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Add tests for buffer format parsing
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -66,6 +66,13 @@ rdcstr DoStringise(const uint32_t &el)
|
||||
return QString::number(el);
|
||||
}
|
||||
|
||||
// this could be needed for CHECKs in tests
|
||||
template <>
|
||||
rdcstr DoStringise(const uint16_t &el)
|
||||
{
|
||||
return QString::number(el);
|
||||
}
|
||||
|
||||
// these ones we do by hand as it requires formatting
|
||||
template <>
|
||||
rdcstr DoStringise(const ResourceId &el)
|
||||
|
||||
Reference in New Issue
Block a user