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

📄 glcode.h

📁 TEA 茶茶茶 TEA 茶茶茶 TEA 茶茶茶 TEA 茶茶茶 TEA 茶茶茶 TEA 茶茶茶
💻 H
字号:
// glcode.h
// Declarations for external OpenGL module.  These functions are
// defined in glcode.c and are called appropriately by the CView
// derived classes.
#ifndef __GLCODE__
#define __GLCODE__

#ifdef __cplusplus

extern "C" {

#endif

	void GLSetupRC(void *pData);
	void GLRenderScene(void *pData);
	void GLResize(GLsizei h, GLsizei w);

#ifdef __cplusplus
	}
#endif


#endif // Include/Define

⌨️ 快捷键说明

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