(test) use DEPTH24_STENCIL8

This commit is contained in:
Nick Fisher
2025-07-01 10:41:32 +08:00
parent 2022fa97cc
commit 70c67b59f7

View File

@@ -252,7 +252,7 @@ class TestHelper {
TextureUsage.TEXTURE_USAGE_STENCIL_ATTACHMENT,
},
textureFormat: createStencilBuffer
? TextureFormat.DEPTH32F_STENCIL8
? TextureFormat.DEPTH24_STENCIL8
: TextureFormat.DEPTH32F,
// importedTextureHandle: metalDepthTexture.metalTextureAddress
);