You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- FRHIBatchedShaderUnbinds acts like FRHIBatchedShaderParameters but doesn't need to collect pointers. - The context code can also avoid any attempts to access the resource since we know it's always null. - This change will let us easily remove Unbinds for RHIs that won't need them in the future, aka after the parameter batching is done once per draw. - This addresses the bulk of unbind performance regressions but there is still some a minor regression in the single unbind case. #jira UE-186381 #rb jeannoe.morissette #preflight 646d3ec9f85111e06c4b696f [CL 25622480 by christopher waters in ue5-main branch]