Talk:OpenGLTutorial1
Add topicThe program didn't display anything for me.
I changed the line "clear [ColorBuffer]
" in the display function to "clear [ColorBuffer, DepthBuffer]"
, and it worked.
I get an error[edit]
When I compile the tutorial:
undefined reference to `Display_display_closure'
. . . etc
What additional library am I missing?