summaryrefslogtreecommitdiffstats
path: root/gfx/wgpu/player/tests/data/buffer-copy.ron
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gfx/wgpu/player/tests/data/buffer-copy.ron34
1 files changed, 34 insertions, 0 deletions
diff --git a/gfx/wgpu/player/tests/data/buffer-copy.ron b/gfx/wgpu/player/tests/data/buffer-copy.ron
new file mode 100644
index 0000000000..b9cb8d4546
--- /dev/null
+++ b/gfx/wgpu/player/tests/data/buffer-copy.ron
@@ -0,0 +1,34 @@
+(
+ features: (bits: 0x0),
+ expectations: [
+ (
+ name: "basic",
+ buffer: (index: 0, epoch: 1),
+ offset: 0,
+ data: Raw([0x00, 0x00, 0x80, 0xBF]),
+ )
+ ],
+ actions: [
+ CreateBuffer(
+ Id(0, 1, Empty),
+ (
+ label: Some("dummy"),
+ size: 16,
+ usage: (
+ bits: 41,
+ ),
+ mapped_at_creation: false,
+ ),
+ ),
+ WriteBuffer(
+ id: Id(0, 1, Empty),
+ data: "data1.bin",
+ range: (
+ start: 0,
+ end: 16,
+ ),
+ queued: true,
+ ),
+ Submit(1, []),
+ ],
+) \ No newline at end of file