From 8866ffe21081729635ae46996a7a9933f38d1376 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 9 Jun 2025 18:23:22 +0800 Subject: [PATCH] (test) update helper to add createStencilBuffer flag --- thermion_dart/test/material_stencil_buffer_tests.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_dart/test/material_stencil_buffer_tests.dart b/thermion_dart/test/material_stencil_buffer_tests.dart index f60f94c3..bf66efa6 100644 --- a/thermion_dart/test/material_stencil_buffer_tests.dart +++ b/thermion_dart/test/material_stencil_buffer_tests.dart @@ -70,7 +70,7 @@ void main() async { // just a sanity check, output should be the same as above await testHelper.capture( viewer.view, "material_instance_depth_pass_stencil_enabled"); - }, postProcessing: true, bg: null); + }, postProcessing: true, bg: null, createStencilBuffer: true); }); test('set stencil compare function to never/always/lt/gt)', () async {