Skip to content

Commit f07176c

Browse files
authored
Try to fix test_UboBatching (#9448)
1 parent 15db141 commit f07176c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

filament/test/test_UboManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class UboManagerTest : public ::testing::Test {
5959
mAllocator(mUboManager.mAllocator) {
6060
mEngine = Engine::Builder()
6161
.feature("material.enable_material_instance_uniform_batching", true)
62+
.backend(Backend::NOOP)
6263
.build();
6364

6465
mMaterial = Material::Builder()

0 commit comments

Comments
 (0)