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
3d14c169a9fa4d4614a1c4f4a67c593029a2dcd5
UnrealEngineUWP
/
Engine
/
Source
History
Ben Marsh
3d14c169a9
Fix null reference warning.
...
[CL 27739364 by Ben Marsh in ue5-main branch]
2023-09-09 15:08:33 -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
#jira: FORT-601192
2023-09-08 19:51:52 -04:00
Programs
Fix null reference warning.
2023-09-09 15:08:33 -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
…