1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add all PowerVR devices to the ban list for disabling the transform feedback shader cache

This commit is contained in:
clayjohn
2025-10-06 09:45:21 -07:00
parent 7864ac8019
commit b20466d12f

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;
}