glActiveTexture (GL_TEXTURE0); // make our first texture unit active glBindTexture(GL_TEXTURE_2D, ColorTextureID); // bind our color texture ...
確定! 回上一頁