You've already forked godot
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:
@@ -236,7 +236,7 @@ Config::Config() {
|
|||||||
//https://github.com/godotengine/godot/issues/92662#issuecomment-2161199477
|
//https://github.com/godotengine/godot/issues/92662#issuecomment-2161199477
|
||||||
//disable_particles_workaround = false;
|
//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;
|
disable_transform_feedback_shader_cache = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user