Fix features of player tests (#4232)

This commit is contained in:
Teodor Tanasoaia 2023-10-11 23:11:47 +02:00 committed by GitHub
parent f95d1c55e3
commit 858d7d590e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
(
features: 0x1_0000,
features: 0x0000_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS
expectations: [
(
name: "basic",

View File

@ -1,5 +1,5 @@
(
features: 0x0000_0004_0001_0000,
features: 0x0004_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS | CLEAR_TEXTURE
expectations: [
(
name: "Quad",

View File

@ -1,5 +1,5 @@
(
features: 0x1_0000,
features: 0x0000_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS
expectations: [
// Ensuring that mapping zero-inits buffers.
(