Remove GetLiveID entirely

This commit is contained in:
baldurk
2026-01-05 22:51:39 +00:00
parent 83919d9306
commit 43cde7debd
36 changed files with 374 additions and 633 deletions
-1
View File
@@ -294,7 +294,6 @@ public:
rdcarray<uint32_t> GetPassEvents(uint32_t eventId) { return rdcarray<uint32_t>(); }
rdcarray<EventUsage> GetUsage(ResourceId id) { return rdcarray<EventUsage>(); }
bool IsRenderOutput(ResourceId id) { return false; }
ResourceId GetLiveID(ResourceId id) { return id; }
rdcarray<GPUCounter> EnumerateCounters() { return {}; }
CounterDescription DescribeCounter(GPUCounter counterID)
{