JuanCarlosAragon / jmonkeyengine

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

Check system capabilities before creating context #335

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Creating context with high multisampling value or using OpenGL2 features could 
crash the context prematurely.

What is the expected output? What do you see instead?
jME3 should check system capabilities when the settings dialog is shown or when 
the settings are changed to ensure they are supported by the system.

Original issue reported on code.google.com by ShadowIs...@gmail.com on 20 Apr 2011 at 12:22

GoogleCodeExporter commented 8 years ago
Checking multisampling will require creating a temporary context first, 
possibly a pbuffer, which is very unstable. Checking for OpenGL version is 
already there. Marked bug as fixed.

Original comment by ShadowIs...@gmail.com on 2 Feb 2012 at 2:19