Verifying GLSL version and ARB_bindless_texture support.

Fixes #289.
This commit is contained in:
Ben Vanik
2015-06-26 17:22:03 -07:00
parent 4ffaac6d6f
commit 3b42b7b694
3 changed files with 41 additions and 1 deletions

View File

@@ -63,10 +63,12 @@ bool WGLControl::Create() {
XEFATAL(
"Unable to initialize GL context. Xenia requires OpenGL 4.5. Ensure "
"you have the latest drivers for your GPU and that it supports OpenGL "
"4.5.");
"4.5. See http://xenia.jp/faq/ for more information.");
return false;
}
context_.AssertExtensionsPresent();
SetFocus(hwnd_);
OnCreate();