Microsoft.Xna.Framework.Graphics.Texture.PlatformGraphicsDeviceResetting C# (CSharp) Méthode

PlatformGraphicsDeviceResetting() private méthode

private PlatformGraphicsDeviceResetting ( ) : void
Résultat void
        private void PlatformGraphicsDeviceResetting()
        {
            DeleteGLTexture();
            glLastSamplerState = null;
        }