Microsoft.Xna.Framework.Graphics.Texture.PlatformGraphicsDeviceResetting C# (CSharp) 메소드

PlatformGraphicsDeviceResetting() 개인적인 메소드

private PlatformGraphicsDeviceResetting ( ) : void
리턴 void
        private void PlatformGraphicsDeviceResetting()
        {
            DeleteGLTexture();
            glLastSamplerState = null;
        }