home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / directx2 / sdk / samples / misc / d3dres.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-28  |  1.5 KB  |  39 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
  4.  *
  5.  *  File: ddres.h
  6.  *
  7.  ***************************************************************************/
  8.  
  9. #define MENU_ABOUT                      1
  10. #define MENU_EXIT                       2
  11. #define MENU_TEXTURE_TOGGLE             3
  12. #define MENU_TEXTURE_SWAP               4
  13. #define MENU_FULLSCREEN                 7
  14. #define MENU_NEXT_MODE                  8
  15. #define MENU_PREVIOUS_MODE              9
  16. #define MENU_STATS                      10
  17. #define MENU_FLAT                       12
  18. #define MENU_GOURAUD                    13
  19. #define MENU_PHONG                      14
  20. #define MENU_ZBUFFER                    15
  21. #define MENU_PERSPCORRECT               16
  22. #define MENU_POINT_FILTER               17
  23. #define MENU_LINEAR_FILTER              18
  24. #define MENU_CLEARS                     19
  25. #define MENU_POINT                      20
  26. #define MENU_WIREFRAME                  21
  27. #define MENU_SOLID                      22
  28. #define MENU_SPECULAR                   23
  29. #define MENU_DITHERING                  24
  30. #define MENU_FOG                        25
  31. #define MENU_ANTIALIAS                  26
  32. #define MENU_STEP                       27
  33. #define MENU_GO                         28
  34. #define MENU_FIRST_FORMAT               60
  35. #define MENU_FIRST_DRIVER               80
  36. #define MENU_FIRST_MODE                 100
  37.  
  38. #define IDC_STATIC                     -1
  39.