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

Method GetBufferData

renderdoc/core/replay_proxy.cpp:945–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945void ReplayProxy::GetBufferData(ResourceId buff, uint64_t offset, uint64_t len, bytebuf &retData)
946{
947 PROXY_FUNCTION(GetBufferData, buff, offset, len, retData);
948}
949
950template <typename ParamSerialiser, typename ReturnSerialiser>
951void ReplayProxy::Proxied_GetTextureData(ParamSerialiser &paramser, ReturnSerialiser &retser,

Callers 8

Proxied_GetBufferDataMethod · 0.45
RT_FetchMeshPipeDataFunction · 0.45
RT_FetchVertexPipeDataFunction · 0.45
OnEventChangedMethod · 0.45
exportDataMethod · 0.45
getIndicesFunction · 0.45
printMeshDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected