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
4e048339cbb9b9e1debc01e0d04997cf7f300ed0
UnrealEngineUWP
/
Engine
/
Source
History
Ben Marsh
4e048339cb
Horde: Fix incorrect handling of initial offsets for cached storage reads.
...
[CL 27743192 by Ben Marsh in ue5-main branch]
2023-09-10 16:43:23 -04:00
..
Developer
Modified DirectXShaderCompiler to add a custom UserInfo container part, and check for derivative ops. The final output currently encoded the derivative ops into the ResourceDef part instead of UserInfo due to official validator issues, but I will follow up with Microsoft on a clean solution.
2023-09-09 02:14:45 -04:00
Editor
Curve Editor: Show first and last key's tangent handle on both sides.
2023-09-10 15:57:44 -04:00
Programs
Horde: Fix incorrect handling of initial offsets for cached storage reads.
2023-09-10 16:43:23 -04:00
Runtime
Shader Compiler: Fix for excess job queries generated when per-shader DDC is enabled in cooks. Per-shader DDC was disabling material map DDC for ODSC, but that doesn't make sense for cooks, so we check if we are cooking when deciding whether to enable material map DDC. Also added statistics to track duplicate jobs and per-shader DDC cache queries.
2023-09-09 12:38:04 -04:00
ThirdParty
Modified DirectXShaderCompiler to add a custom UserInfo container part, and check for derivative ops. The final output currently encoded the derivative ops into the ResourceDef part instead of UserInfo due to official validator issues, but I will follow up with Microsoft on a clean solution.
2023-09-09 02:14:45 -04:00
UnrealClient.Target.cs
…
UnrealEditor.Target.cs
…
UnrealGame.Target.cs
…
UnrealServer.Target.cs
…