函数SDL_QueryTexture()用于检索纹理的基本设置,包括格式,访问,宽度和高度。 int w, h, access; unsigned int format; SDL_QueryTexture( ...
確定! 回上一頁