mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
11 lines
358 B
Python
11 lines
358 B
Python
#!/usr/bin/python3 -i
|
|
#
|
|
# Copyright 2021-2022 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
|