MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / CopyBackbuffer

Method CopyBackbuffer

Source/Engine/Graphics/GPUSwapChain.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void GPUSwapChain::CopyBackbuffer(GPUContext* context, GPUTexture* dst)
47{
48 context->Draw(dst, GetBackBufferView());
49}
50
51Task* GPUSwapChain::DownloadDataAsync(TextureData& result)
52{

Callers

nothing calls this directly

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected