GLuint tex_obj[2]; //create two names for the texture (should not be global variables, but just for sake of this example). void initGL() { glClearColor (0.0 ...
確定! 回上一頁