Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not crash if OpenGL is not usable #1

Open
claunia opened this issue May 28, 2019 · 0 comments
Open

Do not crash if OpenGL is not usable #1

claunia opened this issue May 28, 2019 · 0 comments

Comments

@claunia
Copy link

claunia commented May 28, 2019

Console.WriteLine("Error creating OpenGL ES interface. Check if you have OpenGL ES correctly installed and configured or change the PFD Renderer to 'Software (CPU)' on the Global Settings panel.", "Error Creating OpenGL ES interface");

Should just raise a exception, so the application knows "GL is not available, let's use SKControl instead". If the application does not catch the exception the end result would be the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant