Update for Vulkan-Docs 1.2.201
This commit is contained in:
parent
a152371654
commit
ea61f32f24
17 changed files with 6021 additions and 850 deletions
11
registry/apiconventions.py
Normal file
11
registry/apiconventions.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue