home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / gl_dev.idb / usr / gfx / arch / IGLOO / gl / feed.h.z / feed.h
Encoding:
C/C++ Source or Header  |  1996-03-15  |  1.3 KB  |  39 lines

  1.  
  2. #ifndef FEEDBACKDEF
  3. #define FEEDBACKDEF
  4.  
  5. /**************************************************************************
  6.  *                                                                        *
  7.  *               Copyright (C) 1991, Silicon Graphics, Inc.               *
  8.  *                                                                        *
  9.  *  These coded instructions, statements, and computer programs  contain  *
  10.  *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
  11.  *  are protected by Federal copyright law.  They  may  not be disclosed  *
  12.  *  to  third  parties  or copied or duplicated in any form, in whole or  *
  13.  *  in part, without the prior written consent of Silicon Graphics, Inc.  *
  14.  *                                                                        *
  15.  **************************************************************************/
  16.  
  17. /*
  18.  *  $Revision: 1.1 $
  19.  *
  20.  * IGLOO feedback supports a superset of EXPRESS and VENICE tokens
  21.  */
  22.  
  23. #define FB_POINT    ( 95.0)
  24. #define FB_MOVE        (103.0)
  25. #define FB_DRAW        (113.0)
  26. #define    FB_LINE        (113.0)
  27. #define FB_POLYGON    ( 72.0)
  28. #define FB_CMOV        (163.0)
  29. #define FB_PASSTHROUGH    (176.0)
  30. #define FB_ZBUFFER    ( 46.0)
  31. #define FB_LINESTYLE    ( 76.0)
  32. #define FB_SETPATTERN    (133.0)
  33. #define FB_LINEWIDTH    ( 77.0)
  34. #define FB_LSREPEAT     ( 90.0)
  35. #define    FB_NULL        (  0.0)
  36.  
  37. #endif    /* FEEDBACKDEF */
  38.  
  39.