mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 20:45:59 +01:00
Batching is not actually compatible with shaders
This commit is contained in:
parent
b5a9741caf
commit
b7e1aa581d
@ -115,7 +115,7 @@ public class Backend {
|
||||
|
||||
enabled = switch (engine) {
|
||||
case OFF -> false;
|
||||
case BATCHING -> true;
|
||||
case BATCHING -> !usingShaders;
|
||||
case INSTANCING -> !usingShaders && compat.instancedArraysSupported();
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user