glTexStorage2D (GL_TEXTURE_2D, levels, int_format, w, h);. glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, w, h, format, GL_FLOAT, data);.
確定! 回上一頁