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

Method DoPresent

Source/Engine/GraphicsDevice/Vulkan/GPUSwapChainVulkan.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491int32 GPUSwapChainVulkan::DoPresent(GPUSwapChainVulkan* viewport, void* customData)
492{
493 return (int32)viewport->Present((QueueVulkan*)customData, viewport->_backBuffers[viewport->_acquiredImageIndex].RenderingDoneSemaphore);
494}
495
496int32 GPUSwapChainVulkan::TryPresent(Function<int32(GPUSwapChainVulkan*, void*)> job, void* customData, bool skipOnOutOfDate)
497{

Callers

nothing calls this directly

Calls 1

PresentMethod · 0.45

Tested by

no test coverage detected