| 1567 | } |
| 1568 | |
| 1569 | rdcarray<PixelModification> ReplayProxy::PixelHistory(rdcarray<EventUsage> events, |
| 1570 | ResourceId target, uint32_t x, uint32_t y, |
| 1571 | const Subresource &sub, CompType typeCast) |
| 1572 | { |
| 1573 | PROXY_FUNCTION(PixelHistory, events, target, x, y, sub, typeCast); |
| 1574 | } |
| 1575 | |
| 1576 | template <typename ParamSerialiser, typename ReturnSerialiser> |
| 1577 | ShaderDebugTrace *ReplayProxy::Proxied_DebugVertex(ParamSerialiser ¶mser, |
no outgoing calls