Skip to content

Commit

Permalink
fix features of player tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Oct 11, 2023
1 parent b3135b9 commit 3d81247
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: 0x0000_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS
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: 0x0004_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS | CLEAR_TEXTURE
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: 0x0000_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS
expectations: [
// Ensuring that mapping zero-inits buffers.
(
Expand Down

0 comments on commit 3d81247

Please sign in to comment.