mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
[android] Use OpenGL on Emulator API 30 and 36 (Android 11 and 16)
OM crashes likely due to some bugs in Vulkan driver Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
committed by
Konstantin Pastbin
parent
90492e95e6
commit
a036edc9c5
@@ -39,7 +39,8 @@ public:
|
||||
|
||||
using Version = std::array<uint32_t, 3>;
|
||||
static bool IsVulkanForbidden();
|
||||
static bool IsVulkanForbidden(std::string const & deviceName, Version apiVersion, Version driverVersion, bool isCustomROM);
|
||||
static bool IsVulkanForbidden(std::string const & deviceName, Version apiVersion, Version driverVersion,
|
||||
bool isCustomROM, int sdkVersion);
|
||||
static bool IsVulkanTexturePartialUpdateBuggy(int sdkVersion, std::string const & deviceName,
|
||||
Version apiVersion, Version driverVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user