在opengl中,採用api的方式實現,如下: // Create the storage for the object GLuint objectName; glGenObject(1, &objectName); // Put data in to ...
確定! 回上一頁