mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-26 09:21:37 +00:00
Fix copy-paste typo in vendor check
This commit is contained in:
@@ -775,7 +775,7 @@ void DoVendorChecks(GLPlatform &platform, GLWindowingData context)
|
||||
// crashes or corrupted data. We force the initial state copies to happen via our emulation which
|
||||
// uses framebuffer blits.
|
||||
if(strstr(vendor, "Qualcomm") || strstr(vendor, "Adreno") || strstr(renderer, "Qualcomm") ||
|
||||
strstr(vendor, "Adreno"))
|
||||
strstr(renderer, "Adreno"))
|
||||
{
|
||||
bool broken = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user