Merge pull request #111329 from clayjohn/GLES-disable-PVR-shader-cache

Add all PowerVR devices to the transform feedback shader cache ban list
This commit is contained in:
Thaddeus Crews 2025-10-20 18:09:52 -05:00
commit bb63baadd1
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -236,7 +236,7 @@ Config::Config() {
//https://github.com/godotengine/godot/issues/92662#issuecomment-2161199477
//disable_particles_workaround = false;
}
} else if (rendering_device_name == "PowerVR Rogue GE8320") {
} else if (rendering_device_name.contains("PowerVR")) {
disable_transform_feedback_shader_cache = true;
}