dhahn01 / oglsuperbible5

Automatically exported from code.google.com/p/oglsuperbible5
0 stars 0 forks source link

Chapter 13 Block_redux example missing double buffer pixel attribute. #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile and run chapter 13 Block_redux example.
2.
3.

What is the expected output? What do you see instead?
OpenGL window just shows white screen instead of scene.

What version of the product are you using? On what operating system?
Windows 7

Please provide any additional information below.
Setting double buffering is missing when specifying pixel attributes:
WGL_DOUBLE_BUFFER_ARB,  GL_TRUE, // Double buffered context

Original issue reported on code.google.com by sbo...@zenitum.com on 20 Jan 2012 at 2:53