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

📄 ffb_lines.h

📁 Mesa is an open-source implementation of the OpenGL specification - a system for rendering interacti
💻 H
字号:
/* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_lines.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ */#ifndef _FFB_LINES_H#define _FFB_LINES_H#include "ffb_context.h"#define _FFB_NEW_LINE (_DD_NEW_FLATSHADE |	\		       _DD_NEW_LINE_WIDTH |	\		       _DD_NEW_LINE_STIPPLE |	\		       _DD_NEW_LINE_SMOOTH |	\		       _NEW_COLOR)extern void ffbDDLinefuncInit(void);extern void ffbChooseLineState(GLcontext *);extern void ffb_fallback_line( GLcontext *ctx, ffb_vertex *v0, ffb_vertex *v1 );#endif /* !(_FFB_LINES_H) */

⌨️ 快捷键说明

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