Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ FlushState
Method
FlushState
Source/Engine/GraphicsDevice/WebGPU/GPUContextWebGPU.cpp:525–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
}
524
525
void GPUContextWebGPU::FlushState()
526
{
527
// Flush pending clears
528
for (auto& clear : _pendingClears)
529
ManualClear(clear);
530
_pendingClears.Clear();
531
}
532
533
void GPUContextWebGPU::Flush()
534
{
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected