From aed6b023f59f748b81af62774b57ba0c63c8b5b6 Mon Sep 17 00:00:00 2001 From: Alexander Hartmann Date: Tue, 4 Jun 2024 00:15:35 +0200 Subject: Fix Adreno 3xx compatibility for devices with newer driver versions Co-Authored-By: Hugo Locurcio Co-Authored-By: Clay John --- drivers/gles3/storage/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drivers/gles3/storage/config.h') diff --git a/drivers/gles3/storage/config.h b/drivers/gles3/storage/config.h index c3ab65f0bc..ee7b1b26ed 100644 --- a/drivers/gles3/storage/config.h +++ b/drivers/gles3/storage/config.h @@ -91,7 +91,9 @@ public: bool rt_msaa_multiview_supported = false; bool multiview_supported = false; - bool adreno_3xx_compatibility = false; + // Adreno 3XX compatibility + bool disable_particles_workaround = false; // set to 'true' to disable 'GPUParticles' + bool flip_xy_workaround = false; #ifdef ANDROID_ENABLED PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC eglFramebufferTextureMultiviewOVR = nullptr; -- cgit v1.2.3