commit | b530e631127db788d34ae331e62041fa33cb18df | [log] [tgz] |
---|---|---|
author | François Beaufort <beaufort.francois@gmail.com> | Tue Nov 26 12:57:28 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 26 12:57:28 2024 +0000 |
tree | 3fca8654ea45aae330d1be651ba2a2cf8d698ed7 | |
parent | d237d64d59fa7d1932899ba052a955ab6d90f8f4 [diff] |
dawn/node: Remove maxInterStageShaderComponents limit Bug: 364338810 Change-Id: I778ccce649ef8b94b1fa938c3e5ab3607351bf35 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216434 Commit-Queue: Fr <beaufort.francois@gmail.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
diff --git a/src/dawn/node/binding/GPUAdapter.cpp b/src/dawn/node/binding/GPUAdapter.cpp index 8b4cab9..7da94ad 100644 --- a/src/dawn/node/binding/GPUAdapter.cpp +++ b/src/dawn/node/binding/GPUAdapter.cpp
@@ -66,7 +66,6 @@ X(maxBufferSize) \ X(maxVertexAttributes) \ X(maxVertexBufferArrayStride) \ - X(maxInterStageShaderComponents) \ X(maxInterStageShaderVariables) \ X(maxColorAttachments) \ X(maxColorAttachmentBytesPerSample) \