You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
-Fixed problem where we were doing the copy of the swap chain render target into the compositor services drawable BEFORE rendering to the render target instead of after, resulted in displaying pixels from swapchainlength-1 in the past. Now we are encoding the blits and the compositer services present into the main frame command buffer. -Fixed problem where we were caching the device positions for late update before we update them in the render thread. -Many verbose logging improvements. #jira UE-208424 #rb carl.lloyd, Josie.Yang [CL 32525207 by jeff fisher in 5.4 branch]