⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 radeon_maos.c

📁 Mesa is an open-source implementation of the OpenGL specification - a system for rendering interacti
💻 C
字号:
/* If using new packets, can choose either verts or arrays. * Otherwise, must use verts. */#include "radeon_context.h"#define RADEON_MAOS_VERTS 0#if (RADEON_MAOS_VERTS) || (RADEON_OLD_PACKETS)#include "radeon_maos_verts.c"#else#include "radeon_maos_arrays.c"#endif

⌨️ 快捷键说明

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