mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 07:55:35 +00:00
rsx: Drop hard requirement for GL_EXT_shader_integer_mix
This commit is contained in:
parent
32a5641ace
commit
e966289ddb
2 changed files with 3 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue