• Home
Name Date Size #Lines LOC

..--

X11/12-May-2024-2810

ggp_c/12-May-2024-92

screen/12-May-2024-92

xcb/12-May-2024-103

zircon/12-May-2024-81

README.adocD12-May-2024746 2317

hpptest.cppD12-May-2024277 127

htest.cD12-May-20243 KiB7344

vtest.cD12-May-2024752 2111

wayland-client.hD12-May-20240 10

windows.hD12-May-2024301 147

README.adoc

1// Copyright 2017-2022 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