| 768 | } |
| 769 | |
| 770 | rdcarray<CounterResult> ReplayProxy::FetchCounters(const rdcarray<GPUCounter> &counters) |
| 771 | { |
| 772 | PROXY_FUNCTION(FetchCounters, counters); |
| 773 | } |
| 774 | |
| 775 | template <typename ParamSerialiser, typename ReturnSerialiser> |
| 776 | rdcarray<GPUCounter> ReplayProxy::Proxied_EnumerateCounters(ParamSerialiser ¶mser, |
no outgoing calls
no test coverage detected