コード例 #1
0
ファイル: RenderManager.cs プロジェクト: sq/Libraries
            internal static void Execute(Batch batch, ref Batch.PrepareContext context)
            {
                var isCombined = false;

                batch.GetState(out bool temp, out isCombined, out bool temp2, out bool temp3, out bool temp4);

                if (!isCombined)
                {
                    batch.Prepare(context);
                }

                batch.SetPrepareQueued(false);
            }
コード例 #2
0
 internal void InvokeBasePrepare(Batch b)
 {
     b.Prepare(Manager);
 }