예제 #1
0
파일: Graphics.cs 프로젝트: JonSnowbd/Ash
        public void Unload()
        {
            if (PixelTexture != null)
            {
                PixelTexture.Texture2D.Dispose();
            }
            PixelTexture = null;

            Batcher.Dispose();
            Batcher = null;
        }