mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-28 18:21:22 +00:00
Currently TextureFormatTest.R8Uint fails on the Vulkan backend with Vulkan validation layer enabled because we wrongly use a Linear filter on a texture with R8Uint format. This patch fixes this issue by using the Nearest filter in that test instead. BUG=dawn:588 TEST=dawn_end2end_tests/TextureFormatTest.R8Uint Change-Id: I39714784c8f2db25923b50eb2e07b7aa111cb4c0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/34280 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>