• Home
Name Date Size #Lines LOC

..--

X11/06-Mar-2025-2810

ggp_c/06-Mar-2025-92

screen/06-Mar-2025-103

xcb/06-Mar-2025-103

zircon/06-Mar-2025-81

README.adocD06-Mar-2025746 2317

hpptest.cppD06-Mar-2025550 1914

htest.cD06-Mar-20253 KiB7244

htest_sc.cD06-Mar-20253.2 KiB8039

nvscibuf.hD06-Mar-2025197 92

nvscisync.hD06-Mar-2025228 103

vtest.cD06-Mar-20251.6 KiB5141

wayland-client.hD06-Mar-20250 10

windows.hD06-Mar-2025301 147

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