Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glxlink(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

GLXgetconfig(3G)

GLXwinset(3G)

GLXunlink(3G)



GLXlink(3G)                                                        GLXlink(3G)



NAME
     GLXlink - Configure X window for GL rendering

SYNOPSIS
     #include  <gl/glws.h>

     int GLXlink(xDisplay, conf)
     Display*  xDisplay;
     GLXconfig*     conf;


DESCRIPTION
     Call GLXlink to inform the GL that you intend to render GL into an X
     window.  The "conf" argument should be the same argument which was
     returned from GLXgetconfig.  The entries with "mode" of GLX_WINDOW in the
     "conf" array must have the value field set to the X window id's of the
     windows which were created.

ERRORS
     A return of 0 (GLWS_NOERROR) means that GLXlink succeeeded.  A negative
     return code indicates that the Display or Window fields were invalid.

BUGS
SEE ALSO
     GLXgetconfig(3G), GLXwinset(3G), GLXunlink(3G)






























                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026