mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-10 15:55:45 +00:00
Remove GetLiveID entirely
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user