Update for VulkanSC-Docs 1.0.9 (initial Vulkan SC public release)

This commit is contained in:
Jon Leech
2022-02-25 05:00:42 -08:00
parent 787244e9a2
commit ff9cf1f1f2
36 changed files with 159860 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/python3 -i
#
# Copyright 2021 The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0
# Generic alias for working group-specific API conventions interface.
# This import should be changed at the repository / working group level to
# specify the correct API's conventions.
from vkconventions import VulkanConventions as APIConventions