blob: 03ff08a2a0c602990b30a94949c656be6e7ae7ff [file] [log] [blame]
Name: null_vulkan: vulkan_loader_and_validation_layers
Source: https://fuchsia.googlesource.com/third_party/vulkan_loader_and_validation_layers
Git Commit: eea5b890a411d2d92f9cb8125acd08bc24bb0b0c
License: Apache 2.0
License File: LICENSE.txt
License File: COPYRIGHT.txt
Copies function declarations from vulkan.h (from Fuchsia mirror of the Khronos
Vulkan-Headers repo), and adds stub implementations. The purpose is to provide
a null implementation of Vulkan which will fail any attempt to create a
VkInstances or VkDevice; this is useful for running host tests on test servers
that have not been configured with Vulkan.