Add more events for GPU profiling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user