原创 OpenGL ES 設置GLKView 背景透明

//設置GLKView背景透明 glClearColor(0.0, 0.0, 0.0, 0.0); glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); [self.m_glkView se