Skip to content

Commit 1e6c7ee

Browse files
authored
Enable ubo batching by default (#10011)
1 parent c7b5bb9 commit 1e6c7ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/utils/include/private/utils/FeatureFlagManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class FeatureFlagManager {
9595
} backend;
9696
struct {
9797
bool check_crc32_after_loading = false;
98-
bool enable_material_instance_uniform_batching = false;
98+
bool enable_material_instance_uniform_batching = true;
9999
bool enable_fog_as_postprocess = false;
100100
} material;
101101
struct {

0 commit comments

Comments
 (0)