首先,你需要建立一個framebuffer 物件( FBO )並像OpenGL 中的任何其他物件一樣繫結它: placeholderCopy unsigned int FBO; glGenFramebuffers(1, &FBO); ...
確定! 回上一頁