I'm finding a way to understand why glActiveTexture is needed. I have the code below:glGenTextures(1, &textureId);glBindTexture(GL_TEXTURE_2D, textureId); ...
確定! 回上一頁