Microsoft.Xna.Framework.Graphics.Texture.PlatformGraphicsDeviceResetting C# (CSharp) Method

PlatformGraphicsDeviceResetting() private method

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