Skip to content

Commit

Permalink
Replace 0x1_0000 with 0x2_0000 to prevent it from matching BGRA8UNORM…
Browse files Browse the repository at this point in the history
…_STORAGE.
  • Loading branch information
jinleili committed Sep 17, 2023
1 parent cc642e0 commit 67e0345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion player/tests/data/buffer-copy.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
features: 0x1_0000,
features: 0x2_0000,
expectations: [
(
name: "basic",
Expand Down
2 changes: 1 addition & 1 deletion player/tests/data/clear-buffer-texture.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
features: 0x0000_0004_0001_0000,
features: 0x0000_0004_0002_0000,
expectations: [
(
name: "Quad",
Expand Down
2 changes: 1 addition & 1 deletion player/tests/data/zero-init-buffer.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
features: 0x1_0000,
features: 0x2_0000,
expectations: [
// Ensuring that mapping zero-inits buffers.
(
Expand Down

0 comments on commit 67e0345

Please sign in to comment.