예제 #1
0
 internal static CommandList JoinAndGetCommandList(MyRenderContext rc)
 {
     MyGpuProfiler.Join(rc.ProfilingQueries);
     return(rc.FinishCommandList(false));
 }
예제 #2
0
 internal static CommandList JoinAndGetCommandList(MyRenderContext rc)
 {
     MyGpuProfiler.Join(rc.ProfilingQueries);
     return rc.FinishCommandList(false);
 }