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

Method ReadbackOutputTexture

renderdoc/replay/replay_output.cpp:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bytebuf ReplayOutput::ReadbackOutputTexture()
153{
154 CHECK_REPLAY_THREAD();
155
156 bytebuf data;
157 m_pDevice->GetOutputWindowData(m_MainOutput.outputID, data);
158 m_pController->FatalErrorCheck();
159 return data;
160}
161
162rdcpair<int32_t, int32_t> ReplayOutput::GetDimensions()
163{

Callers 3

check_testMethod · 0.80
cache_outputMethod · 0.80

Calls 2

GetOutputWindowDataMethod · 0.45
FatalErrorCheckMethod · 0.45

Tested by

no test coverage detected