'\"! eqn | mmdoc '\"macro stdmacro .ds Vn Version 1.2 .ds Dt 6 March 1997 .ds Re Release 1.2.0 .ds Dp Feb 16 02:56 .ds Dm Feb 10 17:2 .ds Xs 37853 3 xfreecontextext.gl .TH GLXFREECONTEXTEXT .\"0 .SH NAME .SH 名前 .B "glXFreeContextEXT .\"0 \- free client-side memory for imported context \- インポートされたコンテクストに対するクライアント側のメモリを解放する .\"0 .SH C SPECIFICATION .SH 書式 void \f3glXFreeContextEXT\fP( Display \fI*dpy\fP, .nf .ta \w'\f3void \fPglXFreeContextEXT( 'u GLXContext \fIctx\fP ) .fi .EQ delim $$ .EN .\"0 .SH PARAMETERS .SH 引き数 .TP \w'\f2dpy\fP\ \ 'u \f2dpy\fP .\"0 Specifies the connection to the X server. X サーバへの接続を指定する. .TP \f2ctx\fP .\"0 Specifies a GLX rendering context. GLX レンダリングコンテクストを指定する. .\"0 .SH DESCRIPTION .SH 説明 .\"0 \f3glXFreeContextEXT\fP frees the client-side part of a GLXContext that .\"0 was created with \f3glXImportContext\fP. \f3glXFreeContextEXT\fP does not .\"0 free the server-side context information or the XID .\"0 associated with the server-side context. \f3glXFreeContextEXT\fP は、\f3glXImportContext\fP を使って生成された GLXContext のクライアント側の部分を解放する。\f3glXFreeContextEXT\fP は、サーバ側のコンテクスト情報やサーバ側のコンテクストに対応する XID は解放しない。 .P .\"0 \f3glXFreeContextEXT\fP is part of the \f3EXT_import_context\fP extension, .\"0 not part of the core GLX command set. If \f3GLX_EXT_import_context\fP .\"0 is included in the string returned by \f3glXQueryExtensionsString\fP, .\"0 when called with argument \f3GLX_EXTENSIONS\fP, .\"0 extension \f3EXT_vertex_array\fP is supported. \f3glXFreeContextEXT\fP は \f3EXT_import_context\fP 機能拡張の一部であ り、コアの GLX コマンド群の一部ではない。 \f3glXQueryExtensionsString\fP に引き数 \f3GLX_EXTENSIONS\fP を指定し て呼び出した時に返される文字列に \f3GLX_EXT_import_context\fP が含まれ る場合、機能拡張 \f3EXT_vertex_array\fP がサポートされている。 .\"0 .SH ERRORS .SH エラー .\"0 \f3GLXBadContext\fP is generated if \f2ctx\fP does not .\"0 refer to a valid context. \f2ctx\fP が有効なコンテクストを指していなければ、\f3GLXBadContext\fP が生成される。 .\"0 .SH SEE ALSO .SH 関連項目 \f3glXCreateContext\fP, \f3glXQueryVersion\fP, \f3glXQueryExtensionsString\fP, \f3glXImportContextEXT\fP