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

📄 trident_dri.h

📁 Mesa is an open-source implementation of the OpenGL specification - a system for rendering interacti
💻 H
字号:
#ifndef _TRIDENT_DRI_#define _TRIDENT_DRI_#include "xf86drm.h"typedef struct {  drm_handle_t regs;  drmSize regsSize;  drmAddress regsMap;  int deviceID;  int width;  int height;  int mem;  int frontOffset;  int frontPitch;  int backOffset;  int backPitch;  int depthOffset;  int depthPitch;  int cpp;#if 0  int textureOffset;  int textureSize;#endif  unsigned int sarea_priv_offset;} TRIDENTDRIRec, *TRIDENTDRIPtr;#endif

⌨️ 快捷键说明

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