『SDL』SDL_Window、SDL_Renderer、SDL_Texture、SDL_Surface简单程序
支持多种普片格式的加载,可选用SDL_Image库(依赖于SDL和一些其他第三方)。#include "SDL.h"int _tmain(int argc, _TCHAR* argv[]){ SDL_Window *myWindow = NULL; SDL_Renderer *myRenderer = NULL; SDL_Texture *myTexture = NULL,
原创
2013-07-02 21:09:10 ·
3336 阅读 ·
5 评论