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

📄 graphics_utility.h

📁 小游戏 linux very happy
💻 H
字号:
#ifndef GRAPHICS_UTILITY_H#define GRAPHICS_UTILITY_H#include "video.h"extern void checkGLError(const char *where);extern void rasonly(Visual *d);extern void doPerspective(float fov, float ratio, float znear, float zfar);extern void doLookAt(float *cam, float *target, float *up);extern void drawText(FontTex* ftx, int x, int y, int size, const char *text);#endif

⌨️ 快捷键说明

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