| 828 | } |
| 829 | |
| 830 | CounterDescription ReplayProxy::DescribeCounter(GPUCounter counterID) |
| 831 | { |
| 832 | PROXY_FUNCTION(DescribeCounter, counterID); |
| 833 | } |
| 834 | |
| 835 | template <typename ParamSerialiser, typename ReturnSerialiser> |
| 836 | void ReplayProxy::Proxied_FillCBufferVariables(ParamSerialiser ¶mser, ReturnSerialiser &retser, |
no outgoing calls
no test coverage detected