From 67e03450c9b80a4033fa23b560c264f322eec0ad Mon Sep 17 00:00:00 2001 From: Jinlei Li Date: Sun, 17 Sep 2023 14:43:03 +0800 Subject: [PATCH] Replace 0x1_0000 with 0x2_0000 to prevent it from matching BGRA8UNORM_STORAGE. --- player/tests/data/buffer-copy.ron | 2 +- player/tests/data/clear-buffer-texture.ron | 2 +- player/tests/data/zero-init-buffer.ron | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/player/tests/data/buffer-copy.ron b/player/tests/data/buffer-copy.ron index 58cce3b1c2f..6a29c8c24ef 100644 --- a/player/tests/data/buffer-copy.ron +++ b/player/tests/data/buffer-copy.ron @@ -1,5 +1,5 @@ ( - features: 0x1_0000, + features: 0x2_0000, expectations: [ ( name: "basic", diff --git a/player/tests/data/clear-buffer-texture.ron b/player/tests/data/clear-buffer-texture.ron index c6879e31dac..0e3372821f7 100644 --- a/player/tests/data/clear-buffer-texture.ron +++ b/player/tests/data/clear-buffer-texture.ron @@ -1,5 +1,5 @@ ( - features: 0x0000_0004_0001_0000, + features: 0x0000_0004_0002_0000, expectations: [ ( name: "Quad", diff --git a/player/tests/data/zero-init-buffer.ron b/player/tests/data/zero-init-buffer.ron index ca75c658fc7..4e1c154fc50 100644 --- a/player/tests/data/zero-init-buffer.ron +++ b/player/tests/data/zero-init-buffer.ron @@ -1,5 +1,5 @@ ( - features: 0x1_0000, + features: 0x2_0000, expectations: [ // Ensuring that mapping zero-inits buffers. (