summaryrefslogtreecommitdiff
path: root/codegen/vulkan/scripts/__init__.py.docs
blob: e4c3075903c75007abbbe57994a4324aedd2de1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 2019-2021 The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0

"""Scripts for building the Vulkan specification and artifacts."""

# This is only used during doc builds, hence the weird file extension.
# It messes up scripts at other times.

# __all__ = [
#     "cgenerator",
#     "check_spec_links",
#     "comment_convert",
#     "conventions",
#     "docgenerator",
#     "extensionmetadocgenerator",
#     "generator",
#     "genRef",
#     "genspec",
#     "genvk",
#     "hostsyncgenerator",
#     "indexExt",
#     "make_ext_dependency",
#     "pygenerator",
#     "reflib",
#     "reflow_count",
#     "reflow",
#     "reg",
#     "test_check_spec_links_api_specific",
#     "test_check_spec_links",
#     "test_entity_db",
#     "validitygenerator",
#     "vkconventions",
#     "xml_consistency",
#     "spec_tools",
# ]