This commit is contained in:
twinaphex 2017-01-21 01:46:35 +01:00
parent c8141123d6
commit dd1fa96321

View File

@ -311,6 +311,8 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
if (major >= 3)
return true;
#else
if (strstr(vendor, "ATI Technologies"))
return false;
if (gl_query_extension("ARB_texture_storage"))
return true;
#endif