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), )),