1 void RHIInit(bool bHasEditorToken)
   2 {
   3     // ...
   4     GDynamicRHI = PlatformCreateDynamicRHI();
   5     // ...
   6 }