glBindVertexArray(VAO[0]); glStencilMask(0xFF); // Enable stencil buffer writing glStencilFunc(GL_LEQUAL, 1, 0xFF); glStencilOp(GL_KEEP, GL_KEEP, ...
確定! 回上一頁