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

Method FrameEnd

Source/Engine/GraphicsDevice/WebGPU/GPUContextWebGPU.cpp:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void GPUContextWebGPU::FrameEnd()
115{
116 // Base
117 GPUContext::FrameEnd();
118
119 // Flush command encoder to the command buffer and submit them on a queue
120 Flush();
121}
122
123#if GPU_ALLOW_PROFILE_EVENTS
124

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected