'\"! 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 36423 3 xqueryversion.gl .TH GLXQUERYVERSION .\"0 .SH NAME .SH 名前 .B "glXQueryVersion .\"0 \- return the version numbers of the GLX extension \- GLX 機能拡張のバージョン番号を返す .\"0 .SH C SPECIFICATION .SH 書式 Bool \f3glXQueryVersion\fP( Display \fI*dpy\fP, .nf .ta \w'\f3Bool \fPglXQueryVersion( 'u int \fI*major\fP, int \fI*minor\fP ) .fi .EQ delim $$ .EN .\"0 .SH PARAMETERS .SH 引き数 .TP \w'\fImajor\fP\ \ 'u \f2dpy\fP .\"0 Specifies the connection to the X server. X サーバへの接続を指定する。 .TP \f2major\fP .\"0 Returns the major version number of the GLX server extension. サーバの GLX 機能拡張のメジャーバージョン番号が返される。 .TP \f2minor\fP .\"0 Returns the minor version number of the GLX server extension. サーバの GLX 機能拡張のマイナーバージョン番号が返される。 .\"0 .SH DESCRIPTION .SH 説明 .\"0 \f3glXQueryVersion\fP returns the major and minor version numbers of the GLX extension .\"0 implemented by the server associated with connection \f2dpy\fP. \f3glXQueryVersion\fP は、接続 \f2dpy\fP に対応するサーバに実装されて いる GLX 機能拡張のメジャーバージョンとマイナーバージョンを返す。 .\"0 Implementations with the same major version number are upward compatible, .\"0 meaning that the implementation with the higher minor number is a superset .\"0 of the version with the lower minor number. メジャーバージョンが同じ実装は上位互換である。つまり、マイナーバージョ ンが大きい実装は、マイナーバージョン小さい実装の機能を全て持つ。 .P .\"0 \f2major\fP and \f2minor\fP do not return values if they are specified as .\"0 \f3NULL\fP. \f2major\fP と \f2minor\fP に \f3NULL\fP が指定されていると、これらに 値は返されない。 .\"0 .SH ERRORS .SH エラー .\"0 \f3glXQueryVersion\fP returns \f3False\fP if it fails, .\"0 \f3True\fP otherwise. \f3glXQueryVersion\fP は失敗すれば \f3False\fP を返し、成功すれば \f3True\fP を返す。 .P .\"0 \f2major\fP and \f2minor\fP are not updated when \f3False\fP is returned. \f3False\fP が返されたときには、\f2major\fP と \f2minor\fP は更新され ない。 .\"0 .SH SEE ALSO .SH 関連項目 \f3glXQueryExtension\fP