void createTextureObject(){ cout<<"Creating a new texture of size:"<<textureSize<<endl; //glDeleteTextures(1, &textureId); glGenTextures(1, ...
確定! 回上一頁