gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libos Os.hxx


From: Matti Katila
Subject: [Gzz-commits] gzz/gfx/libos Os.hxx
Date: Fri, 13 Sep 2002 06:18:26 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   02/09/13 06:18:26

Modified files:
        gfx/libos      : Os.hxx 

Log message:
        fix documentation

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libos/Os.hxx.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gzz/gfx/libos/Os.hxx
diff -c gzz/gfx/libos/Os.hxx:1.5 gzz/gfx/libos/Os.hxx:1.6
*** gzz/gfx/libos/Os.hxx:1.5    Thu Sep 12 10:09:26 2002
--- gzz/gfx/libos/Os.hxx        Fri Sep 13 06:18:26 2002
***************
*** 109,119 ****
  
  
  
!     /* (WGL\APL\GLX)_ARB_get_proc_address moved to libos from libcallgl
!      *   because of it's os dependent.
!      * 
!      * What it does? There are some extended gl calls which need to be 
!      *  asked from the driver.
       */
      void (* getExtendedProcAddress(string s))(void);
  
--- 109,124 ----
  
  
  
!     /** 
!      * OpenGL extension function provider.
!      *
!      * OpenGL extension functions may not be defined and referencing
!      * them may cause linkage errors. Therefore, their addresses
!      * need to be dynamically queried at run time.
!      *
!      * @return Extension function's address or NULL.
!      * @see <a href="CallGL.html">CallGl</a> 
!      * @see <a href="http://oss.sgi.com/projects/ogl-sample/registry/";>OpenGL 
Extension Registry</a> 
       */
      void (* getExtendedProcAddress(string s))(void);
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]