コード例 #1
0
 internal static CommandList JoinAndGetCommandList(MyRenderContext rc)
 {
     MyGpuProfiler.Join(rc.ProfilingQueries);
     return(rc.FinishCommandList(false));
 }
コード例 #2
0
ファイル: MyRenderUtils.cs プロジェクト: rem02/SpaceEngineers
 internal static CommandList JoinAndGetCommandList(MyRenderContext rc)
 {
     MyGpuProfiler.Join(rc.ProfilingQueries);
     return rc.FinishCommandList(false);
 }