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

📄 i810state.h

📁 Mesa is an open-source implementation of the OpenGL specification - a system for rendering interacti
💻 H
字号:
#ifndef _I810_STATE_H#define _I810_STATE_H#include "i810context.h"extern void i810InitState( GLcontext *ctx );extern void i810InitStateFuncs( GLcontext *ctx );extern void i810PrintDirty( const char *msg, GLuint state );extern void i810DrawBuffer(GLcontext *ctx, GLenum mode );extern void i810Fallback( i810ContextPtr imesa, GLuint bit, GLboolean mode );#define FALLBACK( imesa, bit, mode ) i810Fallback( imesa, bit, mode )#endif

⌨️ 快捷键说明

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