'\"! 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 26309 3 xqueryextensionsstring.gl .TH GLXQUERYEXTENSIONSSTRING .\"0 .SH NAME .SH 名前 .B "glXQueryExtensionsString .\"0 \- return list of supported extensions \- サポートされている機能拡張の一覧を返す .\"0 .SH C SPECIFICATION .SH 書式 const char * \f3glXQueryExtensionsString\fP( Display \fI*dpy\fP, .nf .ta \w'\f3const char * \fPglXQueryExtensionsString( 'u int \fIscreen\fP ) .fi .EQ delim $$ .EN .\"0 .SH PARAMETERS .SH 引き数 .TP \w'\fIscreen\fP\ \ 'u \f2dpy\fP .\"0 Specifies the connection to the X server. X サーバへの接続を指定する。 .TP \f2screen\fP .\"0 Specifies the screen. スクリーンを指定する。 .\"0 .SH DESCRIPTION .SH 説明 .\"0 \f3glXQueryExtensionsString\fP returns a pointer to a string describing .\"0 which GLX extensions are supported on the connection. The string .\"0 is null-terminated and contains a space-separated list of .\"0 extension names. (The extension names themselves never contain .\"0 spaces.) If there are no extensions to GLX, then the empty string is .\"0 returned. \f3glXQueryExtensionsString\fP は、サーバとの接続上でどの GLX 機能拡張 がサポートされているのかを示す文字列へのポインタを返す。この文字列は NULL で終端し、機能拡張の名前を空白で区切って並べたリストを含む (機能拡張の名前自身が空白を含むことはない)。GLX の機能拡張が全くなけれ ば、空文字列が返される。 .\"0 .SH NOTES .SH 注意 .\"0 \f3glXQueryExtensionsString\fP is available only if the GLX version is 1.1 or greater. \f3glXQueryExtensionsString\fP が利用可能なのは、GLX のバージョンが 1.1 以降の場合だけである。 .P .\"0 \f3glXQueryExtensionsString\fP only returns information about GLX extensions. Call .\"0 \f3glGetString\fP to get a list of GL extensions. \f3glXQueryExtensionsString\fP が返すのは GLX の機能拡張についてだけで ある。GLX の機能拡張の一覧を取得するには \f3glGetString\fP を用いるこ と。 .\"0 .SH SEE ALSO .SH 関連項目 \f3glGetString\fP, \f3glXQueryVersion\fP, \f3glXQueryServerString\fP, \f3glXGetClientString\fP