📄 globaldata.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -