We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7864ac8 commit b20466dCopy full SHA for b20466d
drivers/gles3/storage/config.cpp
@@ -236,7 +236,7 @@ Config::Config() {
236
//https://github.com/godotengine/godot/issues/92662#issuecomment-2161199477
237
//disable_particles_workaround = false;
238
}
239
- } else if (rendering_device_name == "PowerVR Rogue GE8320") {
+ } else if (rendering_device_name.contains("PowerVR")) {
240
disable_transform_feedback_shader_cache = true;
241
242
0 commit comments