This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
43b221abebcc2cb65a66e65d07e2e8d3fa2c697c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
MovieSceneCapture
History
elizabeth baumel
19b56493bd
Fix FFrameGrabber in d3d12. When using Movie Scene Capture (Legacy), the first few frames captured contained nothing or garbage. Added a GPU fence and had the call to MapStagingSurface to wait on it so the GPU would finish writing to the readback texture before being used to write images to the output folder.
...
#jira UE-189094 #rb mihnea.balta [CL 27146511 by elizabeth baumel in ue5-main branch]
2023-08-16 13:46:48 -04:00
..
Private
Fix FFrameGrabber in d3d12. When using Movie Scene Capture (Legacy), the first few frames captured contained nothing or garbage. Added a GPU fence and had the call to MapStagingSurface to wait on it so the GPU would finish writing to the readback texture before being used to write images to the output folder.
2023-08-16 13:46:48 -04:00
Public
[Engine]
2023-06-17 18:13:06 -04:00
MovieSceneCapture.Build.cs
…