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

📄 texture.h

📁 C:Documents and SettingsAdministrator桌面VC++多媒体特效制作百例CHAR20Distort
💻 H
字号:
/* * read_texture() - read in an image file in SGI 'libimage' format * 	currently its very simple minded and converts all images *      to RGBA8 regardless of the input format and returns the *	original number of components in the appropriate parameter. *     *      *	the components are converted as follows *		L    -> LLL 1.0 *		LA   -> LLL A *		RGB  -> RGB 1.0 *		RGBA -> RGB A * */unsigned *read_texture(char *name, int *width, int *height, int *components);

⌨️ 快捷键说明

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