mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Fix #2071 again
This commit is contained in:
committed by
Бранимир Караџић
parent
0e8e22b049
commit
be626359f9
@@ -4104,7 +4104,7 @@ VK_IMPORT_DEVICE
|
||||
);
|
||||
}
|
||||
}
|
||||
while ((result == VK_ERROR_OUT_OF_HOST_MEMORY || result == VK_ERROR_OUT_OF_DEVICE_MEMORY) && searchIndex >= 0);
|
||||
while (result != VK_SUCCESS && searchIndex >= 0);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user