📄 r200_maos.c
字号:
/* Currently, can only use arrays, verts are not implemented, though * verts are suspected to be faster. * To get an idea how the verts path works, look at the radeon implementation. */#include <string.h> #include "r200_context.h"#define R200_MAOS_VERTS 0#if (R200_MAOS_VERTS)#include "r200_maos_verts.c"#else#include "r200_maos_arrays.c"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -