ShaderGenerator: always use generic attr on Linux

48808fe269eac07b725dead80e2b18c838b53abb disabled this on Linux, but I believe this was an accidental change.
This commit is contained in:
rdb 2018-07-26 21:56:22 +02:00
parent 02b32a5814
commit 0cb763a10a

View File

@ -77,7 +77,7 @@ ShaderGenerator(const GraphicsStateGuardianBase *gsg) {
#ifdef _WIN32
_use_generic_attr = !gsg->get_supports_hlsl();
#else
_use_generic_attr = false;
_use_generic_attr = true;
#endif
// Do we want to use the ARB_shadow extension? This also allows us to use