Ticket #3191 (new bug)
glut programs with single buffer display a black window
| Reported by: | mysticmike | Owned by: | phoudoin |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Kits/OpenGL Kit | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: |
Description
glut programs with single buffer display a black window
I have compiled some of the programs from the OpenGL red book. they use glut. When you run the programs you get an empty black window. The only program that i can get to run is double.c which uses a double buffer screen.
I have attached cube.c a program that demonstrates this bug.
it can be made to run by adding glutSwapBuffers to the end of the display function but this should not be nessesary.
I have also attached font.c which also shows the bug.
tested on svn revision 28754 on emulation (qemu) and on real hardware (eeepc 900)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
