Differences between revisions 1 and 2
Revision 1 as of 2022-06-01 06:55:02
Size: 81
Editor: zbjxb
Comment:
Revision 2 as of 2022-06-01 06:56:25
Size: 138
Editor: zbjxb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{#!highlight c++
Line 2: Line 3:
->GDynamicRHI = PlatformCreateDynamicRHI(); {
    // ...
    
GDynamicRHI = PlatformCreateDynamicRHI();
    // ...
}
}}}

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

UE4/UE4.27-Source/Engine\Source\Runtime\RHI\Private\DynamicRHI.cpp (last edited 2022-06-01 06:56:25 by zbjxb)