• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019-2023 The Khronos Group Inc.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5"""Scripts for building the Vulkan specification and artifacts."""
6
7# This is only used during doc builds, hence the weird file extension.
8# It messes up scripts at other times.
9
10# __all__ = [
11#     "cgenerator",
12#     "check_spec_links",
13#     "comment_convert",
14#     "conventions",
15#     "docgenerator",
16#     "extdependency",
17#     "extensionmetadocgenerator",
18#     "generator",
19#     "genRef",
20#     "genspec",
21#     "genvk",
22#     "hostsyncgenerator",
23#     "interfacedocgenerator",
24#     "pygenerator",
25#     "reflib",
26#     "reflow",
27#     "reg",
28#     "spirvcapgenerator",
29#     "test_check_spec_links_api_specific",
30#     "test_check_spec_links",
31#     "test_entity_db",
32#     "validitygenerator",
33#     "vkconventions",
34#     "vuidCounts",
35#     "xml_consistency",
36#     "spec_tools",
37# ]
38