aboutsummaryrefslogtreecommitdiffhomepage
path: root/registry/apiconventions.py
blob: 5d9eee4b9986b370eba1158bd5511c23f172871f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python3 -i
#
# Copyright 2021-2023 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