unplugged-system/external/gfxstream-protocols/registry/vulkan/tests
2025-10-06 13:59:42 +00:00
..
ggp_c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
screen Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
X11 Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
xcb Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
zircon Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
hpptest.cpp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
htest.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.adoc Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
wayland-client.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
windows.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

// Copyright 2017-2021 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

ifdef::env-github[]
:note-caption: :information_source:
endif::[]

= Vulkan^(R)^ API Header Tests

This directory contains simple compilation tests used by the CI script
(../.gitlab-ci.yml) for the Vulkan C headers generated here, and the
Vulkan-Hpp C++ headers generated by that project:

[options="compact"]
 * htest.c - test C headers, including all Vulkan platform headers
 ** ggp_c/, wayland-client.h, windows.h, X11/, xcb/, zircon/, screen/ -
    fake platform headers used when compiling in an environment without
    the actual platform headers.
 * hpptest.cpp - test C++ headers

The 'make test' target in ../xml also builds the C header test.