AcTools.Render.Base.Shadows.ShadowsPoint.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose() {
            throw new NotImplementedException();

            //if (_targetView == null) return;

            //SlimDxExtension.Dispose(ref _view);
            //SlimDxExtension.Dispose(ref _depthTargetView);

            //foreach (var view in _targetView) {
            //    view.Dispose();
            //}

            //_targetView = null;
        }
    }