mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
Rename BindGroupBinding -> BindGroupLayoutBinding
This makes the name match WebGPU's IDL BUG=dawn:3 Change-Id: I1338fa07580ba8c0f6700b7765fb7389018a4126 Reviewed-on: https://dawn-review.googlesource.com/c/2801 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
8b07e43dad
commit
9ca9435087
@@ -447,7 +447,7 @@ TEST_F(WireTests, StructureOfObjectArrayArgument) {
|
||||
// Test that the wire is able to send structures that contain objects
|
||||
TEST_F(WireTests, StructureOfStructureArrayArgument) {
|
||||
static constexpr int NUM_BINDINGS = 3;
|
||||
dawnBindGroupBinding bindings[NUM_BINDINGS]{
|
||||
dawnBindGroupLayoutBinding bindings[NUM_BINDINGS]{
|
||||
{0, DAWN_SHADER_STAGE_BIT_VERTEX, DAWN_BINDING_TYPE_SAMPLER},
|
||||
{1, DAWN_SHADER_STAGE_BIT_VERTEX, DAWN_BINDING_TYPE_SAMPLED_TEXTURE},
|
||||
{2,
|
||||
|
||||
Reference in New Issue
Block a user