Skip to content

Commit

Permalink
feat: add imgui string commandbuffer name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rofli Sanches committed May 14, 2021
1 parent dbc161d commit 21ee3c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Utils/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ namespace UImGui
{
public static class Constants
{
public static readonly string UImGuiCommandBuffer = "UImGui";

public static readonly ProfilerMarker PrepareFrameMarker = new ProfilerMarker("DearImGui.PrepareFrame");
public static readonly ProfilerMarker LayoutfMarker = new ProfilerMarker("DearImGui.Layout");
public static readonly ProfilerMarker DrawListMarker = new ProfilerMarker("DearImGui.RenderDrawLists");
Expand Down

0 comments on commit 21ee3c5

Please sign in to comment.