End() public static method

public static End ( ) : void
return void
コード例 #1
0
        public static void End()
        {
            ProjectionStack.End();

            // This resets the texture from font to none.
            GL.BindTexture(TextureTarget.Texture2D, 0);
        }
コード例 #2
0
ファイル: QFont.cs プロジェクト: demelev/neovim.cs
 public static void End()
 {
     ProjectionStack.End();
 }