Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void GPUSwapChain::CopyBackbuffer(GPUContext* context, GPUTexture* dst)
47
{
48
context->Draw(dst, GetBackBufferView());
49
}
50
51
Task* GPUSwapChain::DownloadDataAsync(TextureData& result)
52
{
Callers
nothing calls this directly
Calls
1
Draw
Method · 0.45
Tested by
no test coverage detected