(test) update helper to add createStencilBuffer flag

This commit is contained in:
Nick Fisher
2025-06-09 18:23:22 +08:00
parent c33eaef713
commit 8866ffe210

View File

@@ -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 {