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); }
internal void InvokeBasePrepare(Batch b) { b.Prepare(Manager); }