Add more events for GPU profiling

This commit is contained in:
Wojtek Figat
2025-08-02 17:12:53 +02:00
parent 744c94b3cc
commit 5de5d8f683
5 changed files with 6 additions and 2 deletions

View File

@@ -368,6 +368,7 @@ void ReflectionsPass::Render(RenderContext& renderContext, GPUTextureView* light
// Check if no need to render reflection environment
if (!useReflections || !(renderProbes || useSSR))
return;
PROFILE_GPU_CPU("Reflections");
// Setup data
Data data;