You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Replaced uses of these functions in the engine with the global scope equivalents. - Added some missing global scope RHI...() functions. - LLM scopes have been moved into the global scope function, where necessary. Removed several _RenderThread() RHICmdList functions - These were previously provided for the automatic RHI thread stall / flush mechanism, but now provide no benefit - Removing these also helps prevent use of FRHICommandListExecutor::GetImmediateCommandList() on threads other than the rendering thread. Remove RHIExecuteCommandList - Unused, legacy code path. No platform RHIs provide an implementation. No need to deprecate since there's no way anyone would be calling it already. #jira none #rb Zach.Bethel #preflight 63c86e2dfb1a8cf245f44469 [CL 23771476 by Luke Thatcher in ue5-main branch]