From 855d79bfd0d725ed0e7c2d53aad66d4167c8bbfb Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Fri, 7 Feb 2025 13:14:34 +0100 Subject: [PATCH] fixup Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- player/tests/data/bind-group.ron | 2 +- player/tests/data/zero-init-buffer.ron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/player/tests/data/bind-group.ron b/player/tests/data/bind-group.ron index bcc127b9714..5b3a256d37a 100644 --- a/player/tests/data/bind-group.ron +++ b/player/tests/data/bind-group.ron @@ -27,7 +27,7 @@ ( binding: 0, resource: Buffer(( - buffer_id: Id(0, 1), + buffer: Id(0, 1), offset: 0, size: None, )), diff --git a/player/tests/data/zero-init-buffer.ron b/player/tests/data/zero-init-buffer.ron index e8a1761e8e7..143f91f51f8 100644 --- a/player/tests/data/zero-init-buffer.ron +++ b/player/tests/data/zero-init-buffer.ron @@ -112,7 +112,7 @@ ( binding: 0, resource: Buffer(( - buffer_id: Id(3, 1), + buffer: Id(3, 1), offset: 0, size: Some(16), )),