mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-09 14:45:58 +00:00
Currently, we use the device maximum supported shader model for DXC compiler. Meanwhile, we should use HLSL version 2018 or above to support the maximum shader model. Otherwise, it may report below errors: Explicit template arguments on intrinsic Load requires HLSL version 2018 or above. Bug: None Change-Id: I7b1bfd1c08eb5ad30b2f7d59d280678bb71d1d64 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/51460 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Commit-Queue: Jiajia Qin <jiajia.qin@intel.com>