| 943 | } |
| 944 | |
| 945 | void ReplayProxy::GetBufferData(ResourceId buff, uint64_t offset, uint64_t len, bytebuf &retData) |
| 946 | { |
| 947 | PROXY_FUNCTION(GetBufferData, buff, offset, len, retData); |
| 948 | } |
| 949 | |
| 950 | template <typename ParamSerialiser, typename ReturnSerialiser> |
| 951 | void ReplayProxy::Proxied_GetTextureData(ParamSerialiser ¶mser, ReturnSerialiser &retser, |
no outgoing calls
no test coverage detected