We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dfb70 commit 21644fcCopy full SHA for 21644fc
1 file changed
src/engine/sys/sdl_glimp.cpp
@@ -2496,7 +2496,7 @@ static void GLimp_InitExtensions()
2496
}
2497
2498
// AMD proprietary drivers are known to have buggy bindless texture implementation.
2499
- else if ( glConfig.hardwareVendor == glHardwareVendor_t::ATI )
+ else if ( glConfig.driverVendor == glDriverVendor_t::ATI )
2500
{
2501
// AMD proprietary driver for macOS does not implement bindless texture.
2502
// Other systems like FreeBSD don't have AMD proprietary drivers.
0 commit comments