Add comment about another KI with BindGroupTests.ReusedUBO

Bug=tint:463

Change-Id: I6d8787b9bac726e1a987581dc8e9268be70d6e98
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/39060
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Ryan Harrison 2021-01-27 18:37:54 +00:00 committed by Commit Bot service account
parent eb7108c059
commit a28c44bf36
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ TEST_P(BindGroupTests, ReusedBindGroupSingleSubmit) {
// These must result in different register offsets in the native APIs. // These must result in different register offsets in the native APIs.
TEST_P(BindGroupTests, ReusedUBO) { TEST_P(BindGroupTests, ReusedUBO) {
// TODO(crbug.com/dawn/571): Fix failures using Tint. // TODO(crbug.com/dawn/571): Fix failures using Tint.
// TODO(crbug.com/tint/463): Fix emission of MSL matrices in Tint.
DAWN_SKIP_TEST_IF(HasToggleEnabled("use_tint_generator") && DAWN_SKIP_TEST_IF(HasToggleEnabled("use_tint_generator") &&
(IsVulkan() || IsOpenGL() || IsOpenGLES())); (IsVulkan() || IsOpenGL() || IsOpenGLES()));