2021-12-18 07:41:22 +00:00
|
|
|
#!/usr/bin/python3 -i
|
|
|
|
#
|
2022-05-17 19:04:11 +00:00
|
|
|
# Copyright 2021-2022 The Khronos Group Inc.
|
2021-12-18 07:41:22 +00:00
|
|
|
# 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
|