Skip to content

Commit b20466d

Browse files
committed
Add all PowerVR devices to the ban list for disabling the transform feedback shader cache
1 parent 7864ac8 commit b20466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gles3/storage/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Config::Config() {
236236
//https://github.com/godotengine/godot/issues/92662#issuecomment-2161199477
237237
//disable_particles_workaround = false;
238238
}
239-
} else if (rendering_device_name == "PowerVR Rogue GE8320") {
239+
} else if (rendering_device_name.contains("PowerVR")) {
240240
disable_transform_feedback_shader_cache = true;
241241
}
242242

0 commit comments

Comments
 (0)