You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Discovered that a number of RHISetShaderResourceViewParameter and RHISetUAVParameter implementations do nothing with null resources, meaning that RHISetShaderUnbinds calls end up doing zero work with all the overhead. - Adding GRHIGlobals::NeedsShaderUnbinds for RHIs to signal they need/handle unbind commands. - RHIs that actually do work with RHISetShaderUnbinds now set NeedsShaderUnbinds on startup. - Removed RHISetShaderUnbinds implementations that did zero work. #rb luke.thatcher [CL 27554898 by christopher waters in ue5-main branch]