Exemple #1
0
        public override void Begin()
        {
            if (_currentCommands != null)
            {
                _currentCommands.Dispose();
            }

            _currentCommands = GetFreeCommandList();
            _currentCommands.Begin();
        }
Exemple #2
0
 public override void Begin()
 {
     _commands.Begin();
 }