'\"! 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 5532 2 xdestroycontext.gl .TH GLXDESTROYCONTEXT .\"0 .SH NAME .SH 名前 .B "glXDestroyContext .\"0 \- destroy a GLX context \- GLX コンテクストを破棄する .\"0 .SH C SPECIFICATION .SH 書式 void \f3glXDestroyContext\fP( Display \fI*dpy\fP, .nf .ta \w'\f3void \fPglXDestroyContext( '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 the GLX context to be destroyed. 破棄する GLX コンテクストを指定する。 .\"0 .SH DESCRIPTION .SH 説明 .\"0 If the GLX rendering context \f2ctx\fP is not current to any thread, .\"0 \f3glXDestroyContext\fP .\"0 destroys it immediately. GLX レンダリングコンテクスト \f2ctx\fP が、どのスレッドに対しても現在 のコンテクストでなければ、\f3glXDestroyContext\fP はそのコンテクストを 即座に破棄する。 .\"0 Otherwise, .\"0 \f2ctx\fP is destroyed when it becomes not current to any thread. そうでない場合には、\f2ctx\fP はどのスレッドに対しても現在のスレッドで 無くなったときに破棄される。 .\"0 In either case, the resource ID .\"0 referenced by \f2ctx\fP is freed immediately. どちらの場合にも、\f2ctx\fP が参照しているリソース ID は即座に解放され る。 .\"0 .SH ERRORS .SH エラー .\"0 \f3GLXBadContext\fP is generated if \f2ctx\fP is not a valid GLX context. \f2ctx\fP が有効な GLX コンテクストでなければ、\f3GLXBadContext\fP が 生成される。 .\"0 .SH SEE ALSO .SH 関連項目 \f3glXCreateContext\fP, \f3glXMakeCurrent\fP