tree: a01ba140e528e62bb8e63b072889e4f111e78027 [path history] [tgz]
  1. benchmark/
  2. common/
  3. goldfish_benchmark/
  4. goldfish_test/
  5. icd_conformance/
  6. icd_load/
  7. libopencl/
  8. libvulkan/
  9. mali_vulkan_test/
  10. vk_timer_query/
  11. vkext/
  12. vkgbm/
  13. vkloop/
  14. vkpriority/
  15. vkreadback/
  16. vkvalidation/
  17. BUILD.gn
  18. README.md
src/graphics/tests/README.md

Graphics tests

This directory contains automated tests that cover Fuchsia's graphics stack, mostly via the Vulkan API. C++ tests should prefer Vulkan-Hpp to direct use of the Vulkan C API.

The tests in this directory cover Fuchsia-specific Vulkan functionality. Graphics tests against the Vulkan API that don't have any Fuchsia-specific bits should be submitted to Vulkan's Conformance Test Suite (CTS).