mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 11:21:40 +00:00
Fix linter complaint
But I liked the comment where it was. I think the linter was wrong, but it doesn't like my argument. Change-Id: Ie3bb6e2b4bd08fae6d72a076622b1e74f517f23c Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/50680 Auto-Submit: David Neto <dneto@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
ce0b1c1c88
commit
b5236b2783
@ -3622,6 +3622,9 @@ INSTANTIATE_TEST_SUITE_P(
|
|||||||
// SPIR-V requires a Sample image operand when operating on a
|
// SPIR-V requires a Sample image operand when operating on a
|
||||||
// multisampled image.
|
// multisampled image.
|
||||||
|
|
||||||
|
// ImageFetch arrayed
|
||||||
|
// Not in WebGPU
|
||||||
|
|
||||||
// ImageFetch non-arrayed
|
// ImageFetch non-arrayed
|
||||||
{"%float 2D 0 0 1 1 Unknown",
|
{"%float 2D 0 0 1 1 Unknown",
|
||||||
"%99 = OpImageFetch %v4float %im %vi12 Sample %i1",
|
"%99 = OpImageFetch %v4float %im %vi12 Sample %i1",
|
||||||
@ -3650,9 +3653,7 @@ INSTANTIATE_TEST_SUITE_P(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})"}} // ImageFetch arrayed
|
})"}}));
|
||||||
// Not in WebGPU
|
|
||||||
));
|
|
||||||
|
|
||||||
INSTANTIATE_TEST_SUITE_P(
|
INSTANTIATE_TEST_SUITE_P(
|
||||||
ImageFetch_Multisampled_ConvertSampleOperand,
|
ImageFetch_Multisampled_ConvertSampleOperand,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user