Name Date Size

..25-Oct-20244 KiB

ggp_c/H25-Oct-20244 KiB

hpptest.cppH A D25-Oct-2024550

htest.cH A D25-Oct-20243 KiB

htest_sc.cH A D25-Oct-20243.2 KiB

nvscibuf.hH A D25-Oct-2024197

nvscisync.hH A D25-Oct-2024228

README.adocH A D25-Oct-2024746

screen/H25-Oct-20244 KiB

vtest.cH A D25-Oct-20241.6 KiB

wayland-client.hH A D25-Oct-20240

windows.hH A D25-Oct-2024301

X11/H25-Oct-20244 KiB

xcb/H25-Oct-20244 KiB

zircon/H25-Oct-20244 KiB

README.adoc

1// Copyright 2017-2024 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5ifdef::env-github[]
6:note-caption: :information_source:
7endif::[]
8
9= Vulkan^(R)^ API Header Tests
10
11This directory contains simple compilation tests used by the CI script
12(../.gitlab-ci.yml) for the Vulkan C headers generated here, and the
13Vulkan-Hpp C++ headers generated by that project:
14
15[options="compact"]
16  * htest.c - test C headers, including all Vulkan platform headers
17  ** ggp_c/, wayland-client.h, windows.h, X11/, xcb/, zircon/, screen/ -
18     fake platform headers used when compiling in an environment without
19     the actual platform headers.
20  * hpptest.cpp - test C++ headers
21
22The 'make test' target in ../xml also builds the C header test.
23