mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +00:00
Fix features of player tests (#4232)
This commit is contained in:
parent
f95d1c55e3
commit
858d7d590e
@ -1,5 +1,5 @@
|
||||
(
|
||||
features: 0x1_0000,
|
||||
features: 0x0000_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS
|
||||
expectations: [
|
||||
(
|
||||
name: "basic",
|
||||
|
@ -1,5 +1,5 @@
|
||||
(
|
||||
features: 0x0000_0004_0001_0000,
|
||||
features: 0x0004_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS | CLEAR_TEXTURE
|
||||
expectations: [
|
||||
(
|
||||
name: "Quad",
|
||||
|
@ -1,5 +1,5 @@
|
||||
(
|
||||
features: 0x1_0000,
|
||||
features: 0x0000_0004_0000_0000, // MAPPABLE_PRIMARY_BUFFERS
|
||||
expectations: [
|
||||
// Ensuring that mapping zero-inits buffers.
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user