public H1GraphicsCommandContext(H1CommandListManager commandListManagerRef, H1CommandListType type)
     : base(commandListManagerRef, type)
 {
 }
 public H1ComputeCommandContext(H1CommandListManager commandListManagerRef, H1CommandListType type)
     : base(commandListManagerRef, type)
 {
 }
 public H1CommandContext(H1CommandListManager commandListManagerRef, H1CommandListType type)
 {
     m_Type = type;
     m_CommandListManagerRef = commandListManagerRef;
 }