skia2/bazel/external
Arman Uguray c1504658a7 [sksl][wgsl] Enable WGSL validation using Tint
- Introduced the SK_ENABLE_WGSL_VALIDATION macro which is currently only
  enabled when skslc gets compiled when using the `skia_compile_sksl_tests`
  setting.
- SkSLCompiler::toWGSL now validates its output using Tint's WGSL reader
  structures based on conditionally compiled code depending on the
  SK_ENABLE_WGSL_VALIDATION flag.
- Fixed `warning: use of deprecated language feature: struct members should be separated with commas"
  warnings that were generated for HelloWorld.wgsl.

Bug: skia:13092
Change-Id: Ib894457030004966221faf82f61360e390b95e22
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/537802
Commit-Queue: Arman Uguray <armansito@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2022-05-17 18:25:01 +00:00
..
dawn [sksl][wgsl] Enable WGSL validation using Tint 2022-05-17 18:25:01 +00:00
vulkan_headers [bazel] Move third party BUILD.bazel files to bazel/external 2022-05-17 12:13:49 +00:00
vulkan_tools [bazel] Move third party BUILD.bazel files to bazel/external 2022-05-17 12:13:49 +00:00
vulkanmemoryallocator [bazel] Move third party BUILD.bazel files to bazel/external 2022-05-17 12:13:49 +00:00
README.md [bazel] Move third party BUILD.bazel files to bazel/external 2022-05-17 12:13:49 +00:00

This folder is where we put BUILD.bazel files for external (e.g. third party) dependencies.

If a dependency supports Bazel, we should use those rules, but if the dependency does not, we need to create our own rules in a subdirectory.

These BUILD.bazel files are used in WORKSPACE.bazel (e.g. new_local_repository or new_git_repository).