MCPcopy 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
525void GPUContextWebGPU::FlushState()
526{
527 // Flush pending clears
528 for (auto& clear : _pendingClears)
529 ManualClear(clear);
530 _pendingClears.Clear();
531}
532
533void GPUContextWebGPU::Flush()
534{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected