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

Method FetchCounters

renderdoc/core/replay_proxy.cpp:770–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770rdcarray<CounterResult> ReplayProxy::FetchCounters(const rdcarray<GPUCounter> &counters)
771{
772 PROXY_FUNCTION(FetchCounters, counters);
773}
774
775template <typename ParamSerialiser, typename ReturnSerialiser>
776rdcarray<GPUCounter> ReplayProxy::Proxied_EnumerateCounters(ParamSerialiser &paramser,

Callers 10

Proxied_FetchCountersMethod · 0.45
CaptureCountersMethod · 0.45
sampleCodeFunction · 0.45
check_captureMethod · 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