Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ EventEnd
Method
EventEnd
Source/Engine/GraphicsDevice/Vulkan/GPUContextVulkan.cpp:824–828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
822
}
823
824
void GPUContextVulkan::EventEnd()
825
{
826
const auto cmdBuffer = _cmdBufferManager->GetCmdBuffer();
827
cmdBuffer->EndEvent();
828
}
829
830
#endif
831
Callers
1
EndEvent
Method · 0.45
Calls
2
GetCmdBuffer
Method · 0.80
EndEvent
Method · 0.45
Tested by
no test coverage detected