'\"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 49308 2 xgetcurrentcontext.gl .TH GLXGETCURRENTCONTEXT .\"0 .SH NAME .SH 名前 .B "glXGetCurrentContext .\"0 \- return the current context \- 現在のコンテクストを返す .\"0 .SH C SPECIFICATION .SH 書式 GLXContext \f3glXGetCurrentContext\fP( void ) .nf .fi .\"0 .SH DESCRIPTION .SH 説明 .\"0 \f3glXGetCurrentContext\fP returns the current context, .\"0 as specified by \f3glXMakeCurrent\fP. \f3glXGetCurrentContext\fP は現在のコンテクストを返す。これは \f3glXMakeCurrent\fP で指定されたものである。 .\"0 If there is no current context, .\"0 \f3NULL\fP is returned. 現在のコンテクストが存在しなければ、\f3NULL\fP が返される。 .\"0 \f3glXGetCurrentContext\fP returns client-side information. \f3glXGetCurrentContext\fP はクライアント側の情報を返す。 .\"0 It does not make a round trip to the server. サーバとの往復の通信は行われない。 .\"0 .SH SEE ALSO .SH 関連項目 \f3glXCreateContext\fP, \f3glXMakeCurrent\fP