Graphics Driver Crashes
Posted by
lukej on
Apr 08, 2013; 9:36pm
URL: https://forum.jogamp.org/Graphics-Driver-Crashes-tp4028942.html
Hello,
I've got a rather simple example using VBOs that I've found seems to crash the graphics drivers on nearly every machine that I run it on. Granted, my array of vertices is rather large (3M x 3 floats), but I know I've rendered data sets much larger than this in the past. The interesting thing is that I've tested this on a lot of different hardware (though all on Windows 7) and it seems to crash all of them. I've tested an NVidia 9500GT, an ATI Radeon 5700 HD, and an NVidia Quadro FX4800. They all crash. It is also worth noting that while I have the number of vertices set to 3M, many of the cards crashed with much lower numbers (some as low as 1M or less).
Does anything in this code look wrong? Can anyone else replicate the crashes on their machine?
Here is a link to the pastebin with the code:
http://pastebin.com/U4SxD5Z7Thanks,
Luke