rsx: Drop hard requirement for GL_EXT_shader_integer_mix

This commit is contained in:
kd-11 2024-06-07 02:54:24 +03:00 committed by kd-11
parent 32a5641ace
commit e966289ddb
2 changed files with 3 additions and 5 deletions

View file

@ -31,8 +31,6 @@ void GLFragmentDecompilerThread::insertHeader(std::stringstream & OS)
int gl_version = 430;
std::vector<std::string> required_extensions;
required_extensions.push_back("GL_EXT_shader_integer_mix");
if (device_props.has_native_half_support)
{
const auto driver_caps = gl::get_driver_caps();