MCPcopy 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
824void GPUContextVulkan::EventEnd()
825{
826 const auto cmdBuffer = _cmdBufferManager->GetCmdBuffer();
827 cmdBuffer->EndEvent();
828}
829
830#endif
831

Callers 1

EndEventMethod · 0.45

Calls 2

GetCmdBufferMethod · 0.80
EndEventMethod · 0.45

Tested by

no test coverage detected