home *** CD-ROM | disk | FTP | other *** search
- ##base _CyberGLBase
- ##bias 30
- ##private
- openGLWindowTagList(width,height,taglist)(D0,D1,A0)
- closeGLWindow(glwnd)(A0)
- attachGLWindowTagList(window,width,height,taglist)(A0,D0,D1,A1)
- disposeGLWindow(glwnd)(A0)
- resizeGLWindow(glwnd,width,height)(A0,D0,D1)
- getWindow(glwnd)(A0)
- allocColor(glwnd,redval,greenval,blueval)(a0,d0,d1,d2)
- allocColorRange(glwnd,r1,g1,b1,r2,g2,b2)(a0,d0,d1,d2,d3,d4,d5,d6)
- attachGLWndToRPTagList(screen,rp,width,height,taglist)(a0,a1,d0,d1,a2)
- *
- * Since some of the gl....() calls use real fpu registers as parameters
- * we stop here defining cybergl library functions in the fd file since
- * fd only supports cpu registers. We provide a pragma file for SAS/C
- * since SAS/C supports fpu registers in pragma files. GNU C or other
- * compilers probably need special stub libraries, we can't provide yet.
- *
-