End() public static method

public static End ( ) : void
return void
Example #1
0
        public static void End()
        {
            ProjectionStack.End();

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