early-access version 2323
This commit is contained in:
11
externals/Vulkan-Headers/registry/apiconventions.py
vendored
Executable file
11
externals/Vulkan-Headers/registry/apiconventions.py
vendored
Executable 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
|
Reference in New Issue
Block a user