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.
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
CLs can run the full Vulkan CTS in CQ by manually selecting the graphics-gpu-vulkan-cts
tryjob.