|
@@ -88,19 +88,6 @@ RasterizerOpenGL::RasterizerOpenGL(Core::Frontend::EmuWindow& window, ScreenInfo
|
|
|
state.texture_units[i].sampler = texture_samplers[i].sampler.handle;
|
|
state.texture_units[i].sampler = texture_samplers[i].sampler.handle;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- GLint ext_num;
|
|
|
|
|
- glGetIntegerv(GL_NUM_EXTENSIONS, &ext_num);
|
|
|
|
|
- for (GLint i = 0; i < ext_num; i++) {
|
|
|
|
|
- const std::string_view extension{
|
|
|
|
|
- reinterpret_cast<const char*>(glGetStringi(GL_EXTENSIONS, i))};
|
|
|
|
|
-
|
|
|
|
|
- if (extension == "GL_ARB_direct_state_access") {
|
|
|
|
|
- has_ARB_direct_state_access = true;
|
|
|
|
|
- } else if (extension == "GL_ARB_multi_bind") {
|
|
|
|
|
- has_ARB_multi_bind = true;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
OpenGLState::ApplyDefaultState();
|
|
OpenGLState::ApplyDefaultState();
|
|
|
|
|
|
|
|
// Create render framebuffer
|
|
// Create render framebuffer
|