Besonderhede van voorbeeld: -1708369321880106640

Metadata

Data

English[en]
We are using a window in DOUBLE buffer mode, one shown and one hidden. The drawing OpenGL instructions in this case always render into the hidden buffer. The glutSwapBuffers call, exchanges the buffers, showing in the window at once what was drawn.
Korean[ko]
이미 프로그램에서는 하나는 보여지고 하나는 숨겨진 이중버퍼모드의 창을 사용하고 있다. 이 경우 OpenGL의 그리는 명령어들은 항상 숨겨진 버퍼에 랜더링을 수행한다. glutSwapBuffers 명령이 호출되면 완전히 다 그려진 숨겨져 있던 버퍼가 보여지게 되는 버퍼교환이 이루어진다.

History

Your action: