Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/engine/sys/sdl_glimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ static void GLimp_InitExtensions()
}

// AMD proprietary drivers are known to have buggy bindless texture implementation.
else if ( glConfig.hardwareVendor == glHardwareVendor_t::ATI )
else if ( glConfig.driverVendor == glDriverVendor_t::ATI )
{
// AMD proprietary driver for macOS does not implement bindless texture.
// Other systems like FreeBSD don't have AMD proprietary drivers.
Expand Down
Loading