d3dres.h

来自「国外游戏开发者杂志1997年第九期配套代码」· C头文件 代码 · 共 52 行

H
52
字号
/*==========================================================================
 *
 *  Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
 *
 *  File: ddres.h
 *
 ***************************************************************************/

#define MENU_ABOUT                      1
#define MENU_EXIT                       2
#define MENU_TEXTURE_TOGGLE             3
#define MENU_TEXTURE_SWAP               4
#define MENU_FULLSCREEN                 7
#define MENU_NEXT_MODE                  8
#define MENU_PREVIOUS_MODE              9
#define MENU_STATS                      10
#define MENU_FLAT                       12
#define MENU_GOURAUD                    13
#define MENU_PHONG                      14
#define MENU_ZBUFFER                    15
#define MENU_PERSPCORRECT               16
#define MENU_POINT_FILTER               17
#define MENU_LINEAR_FILTER              18
#define MENU_CLEARS                     19
#define MENU_POINT                      20
#define MENU_WIREFRAME                  21
#define MENU_SOLID                      22
#define MENU_SPECULAR                   23
#define MENU_DITHERING                  24
#define MENU_FOG                        25
#define MENU_ANTIALIAS                  26
#define MENU_STEP                       27
#define MENU_GO                         28
#define MENU_SW_TOGGLE_LIGHT  30
#define MENU_SW_COS_POWER       31
#define MENU_SW_LIGHT_MODE       32
#define MENU_SW_TOGGLE_LIGHT_EFFECT  33
#define MENU_SW_TOGGLE_RESOLUTION 34
#define MENU_SW_OCTAVE_NUM  35
#define MENU_SW_MARBLE_METHOD  36
#define MENU_SW_TOGGLE_TEXTURE  37
#define MENU_SW_TOGGLE_ZBUF  38
#define MENU_SW_SCALE_UP        39
#define MENU_SW_SCALE_DOWN  40
#define MENU_SW_TOGGLE_COMPOSITE  41 
#define MENU_FIRST_FORMAT               50
#define MENU_FIRST_DRIVER               100
#define MENU_FIRST_MODE                 200
#define MENU_FIRST_DDDRIVER		300

#define IDC_STATIC                     -1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?