mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-27 13:30:44 +00:00
parent
15c17459be
commit
c6ebcd508d
@ -243,7 +243,7 @@ void GLContext::AssertExtensionsPresent() {
|
||||
glsl_version_raw);
|
||||
}
|
||||
|
||||
if (!GLEW_ARB_bindless_texture) {
|
||||
if (!GLEW_ARB_bindless_texture || !glMakeTextureHandleResidentARB) {
|
||||
FatalGLError("OpenGL extension ARB_bindless_texture is required.");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user