The pseudo code is as follows: void Draw() { glClearColor(0.0f, 0.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glBegin(GL_QUADS); glColor4ub(255, 0, 0, ...
確定! 回上一頁