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
86d194ff6a9d52b0a5ffdc89414c78bd90aaa00a
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
RenderCore
History
carl lloyd
b716bf7daa
Temporarily disabled warning for RealtimeGPUProfiler query been unavailable
...
#rb Mihnea.Balta #jira UE-186064 [CL 26774000 by carl lloyd in ue5-main branch]
2023-08-02 11:17:30 -04:00
..
Internal
Shader Compiler: Fix for circular include issue temporarily introduced as a step towards deprecation of public access to FShaderCompilerDefinitions structure.
2023-07-24 21:04:14 -04:00
Private
Temporarily disabled warning for RealtimeGPUProfiler query been unavailable
2023-08-02 11:17:30 -04:00
Public
Shader Compiler: FShaderJobCache::SubmitJobs now runs in multiple tasks, with fixes necessary for thread safety and minimizing lock contention applied. In a Lyra cook, the time in SubmitJobs on the main thread is now around a fifth of the time spent in GlobalBeginCompileShader, and is thus no longer the main bottleneck on the game thread. Lock contention is only 0.04% of the time in the SubmitJobs tasks, so further lock contention reduction wouldn't help performance.
2023-08-01 19:13:35 -04:00
RenderCore.Build.cs
Added shader.build.cs file.
2023-07-27 22:53:25 -04:00