mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add all PowerVR devices to the ban list for disabling the transform feedback shader cache
This commit is contained in:
parent
7864ac8019
commit
b20466d12f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue