blob: e98288c2b58054720dc2c6700575743c54837f97 [file] [log] [blame]
# Copyright © 2022 Valve Corporation
# SPDX-License-Identifier: MIT
radv_annotate_layer = custom_target(
'radv_annotate',
input : [files('radv_annotate_layer_gen.py'), vk_api_xml],
output : ['radv_annotate_layer.c'],
command : [
prog_python, '@INPUT0@', '--xml', '@INPUT1@',
'--out-c', '@OUTPUT0@',
'--beta', with_vulkan_beta.to_string(),
],
depend_files : [files('radv_annotate_layer_gen.py'), vk_dispatch_table_gen_depend_files],
)