mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
a/vk: Add to the file comments mentioning the script.
This commit is contained in:
parent
8a56046c1d
commit
b816c08141
|
@ -3,6 +3,14 @@
|
||||||
/*!
|
/*!
|
||||||
* @file
|
* @file
|
||||||
* @brief Common Vulkan code.
|
* @brief Common Vulkan code.
|
||||||
|
*
|
||||||
|
* Note that some sections of this are generated
|
||||||
|
* by `scripts/generate_vk_helpers.py` - lists of functions
|
||||||
|
* and of optional extensions to check for. In those,
|
||||||
|
* please update the script and run it, instead of editing
|
||||||
|
* directly in this file. The generated parts are delimited
|
||||||
|
* by special comments.
|
||||||
|
*
|
||||||
* @author Jakob Bornecrantz <jakob@collabora.com>
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||||
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
|
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
|
||||||
* @ingroup aux_vk
|
* @ingroup aux_vk
|
||||||
|
|
|
@ -3,6 +3,14 @@
|
||||||
/*!
|
/*!
|
||||||
* @file
|
* @file
|
||||||
* @brief Common Vulkan code header.
|
* @brief Common Vulkan code header.
|
||||||
|
*
|
||||||
|
* Note that some sections of this are generated
|
||||||
|
* by `scripts/generate_vk_helpers.py` - lists of functions
|
||||||
|
* and of optional extensions to check for. In those,
|
||||||
|
* please update the script and run it, instead of editing
|
||||||
|
* directly in this file. The generated parts are delimited
|
||||||
|
* by special comments.
|
||||||
|
*
|
||||||
* @author Jakob Bornecrantz <jakob@collabora.com>
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||||
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
|
* @author Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
|
||||||
* @ingroup aux_vk
|
* @ingroup aux_vk
|
||||||
|
|
Loading…
Reference in a new issue