End() public static méthode

public static End ( ) : void
Résultat void
Exemple #1
0
        public static void End()
        {
            ProjectionStack.End();

            // This resets the texture from font to none.
            GL.BindTexture(TextureTarget.Texture2D, 0);
        }
Exemple #2
0
 public static void End()
 {
     ProjectionStack.End();
 }