You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- The TStatId for "stat gpu" stats. - The FName required by the CSV profiler for GPU stats. - The source file and line number to allow breadcrumbs shown in Insights to link back to their original source location. Additional changes: - Added temporary support for the Insights GPU track. This is guarded by RHI_TEMP_USE_GPU_TRACE until we have a newer, more capable API. - Simplified FMeshDrawEvent into a standard RHI breadcrumb in FMeshDrawCommand::SubmitDraw(). - Moved "r.GPUCsvStatsEnabled" cvar into GPUProfiler.cpp, so it is accessible to both old and new profilers. #jira UE-177299 #rb mihnea.balta [CL 35973862 by luke thatcher in ue5-main branch]