| 1474 | } |
| 1475 | |
| 1476 | void ReplayProxy::BuildTargetShader(ShaderEncoding sourceEncoding, const bytebuf &source, |
| 1477 | const rdcstr &entry, const ShaderCompileFlags &compileFlags, |
| 1478 | ShaderStage type, ResourceId &id, rdcstr &errors) |
| 1479 | { |
| 1480 | PROXY_FUNCTION(BuildTargetShader, sourceEncoding, source, entry, compileFlags, type, id, errors); |
| 1481 | } |
| 1482 | |
| 1483 | template <typename ParamSerialiser, typename ReturnSerialiser> |
| 1484 | void ReplayProxy::Proxied_ReplaceResource(ParamSerialiser ¶mser, ReturnSerialiser &retser, |
no outgoing calls
no test coverage detected