globaldata.c

来自「ati driver」· C语言 代码 · 共 21 行

C
21
字号
/*	Copyright (c) 2002, Thomas Kurschel		Part of Radeon accelerant			Global data*/#include "GlobalData.h"// the sample driver stores everything in global variables;// I dislike this idea as this makes supporting multiple graphics// card impossible; to be prepared, only the following variable is usedaccelerator_info *ai;int debug_level_flow = 2;int debug_level_info = 4;int debug_level_error = 4;

⌨️ 快捷键说明

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