tree: 7b2bbfb06b4c209285c940de84710a51b39401dc [path history] [tgz]
  1. BUILD.bazel
  2. README.md
common/tests/vulkan_cts/README.md

Vulkan Conformance Test Suite (CTS)

This subdirectory contains Vulkan CTS test targets that can be used to validate drivers for vulkan conformance. They are currently built and released as prebuilts in the fuchsia platform and consumed downstream using the targets in this package.

Running locally

The different flavors of the Vulkan CTS (arm64 vs x64; no_args vs unified vs zircon) can be run locally with bazel run.

Example:

bazel run //common/tests/vulkan_cts:arm64_no_args

Running in infrastructure

CLs can run the full Vulkan CTS in CQ by manually selecting the graphics-gpu-vulkan-cts tryjob.