MCPcopy Create free account
hub / github.com/baldurk/renderdoc / BuildTargetShader

Method BuildTargetShader

renderdoc/core/replay_proxy.cpp:1476–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474}
1475
1476void 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
1483template <typename ParamSerialiser, typename ReturnSerialiser>
1484void ReplayProxy::Proxied_ReplaceResource(ParamSerialiser &paramser, ReturnSerialiser &retser,

Callers 7

ApplyShaderEditMethod · 0.45
check_captureMethod · 0.45
check_captureMethod · 0.45
check_captureMethod · 0.45
check_captureMethod · 0.45
check_captureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected