• Home
Name Date Size #Lines LOC

..--

X11/06-Sep-2024-2810

ggp_c/06-Sep-2024-92

screen/06-Sep-2024-103

xcb/06-Sep-2024-103

zircon/06-Sep-2024-81

README.adocD06-Sep-2024746 2317

hpptest.cppD06-Sep-2024277 127

htest.cD06-Sep-20243 KiB7344

htest_sc.cD06-Sep-20243.2 KiB8039

nvscibuf.hD06-Sep-2024197 92

nvscisync.hD06-Sep-2024228 103

vtest.cD06-Sep-20241.6 KiB5141

wayland-client.hD06-Sep-20240 10

windows.hD06-Sep-2024301 147

README.adoc

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