Add GPU Dispatch calls in GPU profiler draw calls collumn
This commit is contained in:
@@ -355,7 +355,7 @@ namespace FlaxEditor.Windows.Profiler
|
||||
row.Values[2] = (e.Time * 10000.0f) / 10000.0f;
|
||||
|
||||
// Draw Calls
|
||||
row.Values[3] = e.Stats.DrawCalls;
|
||||
row.Values[3] = e.Stats.DrawCalls + e.Stats.DispatchCalls;
|
||||
|
||||
// Triangles
|
||||
row.Values[4] = e.Stats.Triangles;
|
||||
|
||||
Reference in New Issue
Block a user