(test) use DEPTH24_STENCIL8
This commit is contained in:
@@ -252,7 +252,7 @@ class TestHelper {
|
|||||||
TextureUsage.TEXTURE_USAGE_STENCIL_ATTACHMENT,
|
TextureUsage.TEXTURE_USAGE_STENCIL_ATTACHMENT,
|
||||||
},
|
},
|
||||||
textureFormat: createStencilBuffer
|
textureFormat: createStencilBuffer
|
||||||
? TextureFormat.DEPTH32F_STENCIL8
|
? TextureFormat.DEPTH24_STENCIL8
|
||||||
: TextureFormat.DEPTH32F,
|
: TextureFormat.DEPTH32F,
|
||||||
// importedTextureHandle: metalDepthTexture.metalTextureAddress
|
// importedTextureHandle: metalDepthTexture.metalTextureAddress
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user