mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-19 17:48:23 +00:00
Merge pull request #767 from krOoze/schema_deprecation_attr_editing
Fix formatting of deprecation attributes in schema doc
This commit is contained in:
commit
89155faa62
12
registry.txt
12
registry.txt
@ -1103,14 +1103,14 @@ be implemented against.
|
|||||||
number, and no interfaces are yet defined, use `supported="disabled"` to
|
number, and no interfaces are yet defined, use `supported="disabled"` to
|
||||||
indicate this extension should never be processed.
|
indicate this extension should never be processed.
|
||||||
* attr:promotedto - optional. A Vulkan version or a name of an extension
|
* attr:promotedto - optional. A Vulkan version or a name of an extension
|
||||||
that this extension was _promoted_ to; e.g. 'VK_VERSION_1_1', or
|
that this extension was _promoted_ to. E.g. `"VK_VERSION_1_1"`, or
|
||||||
'VK_KHR_draw_indirect_county'.
|
`"VK_KHR_draw_indirect_count"`.
|
||||||
* attr:deprecatedby - optional. A Vulkan version or a name of an extension
|
* attr:deprecatedby - optional. A Vulkan version or a name of an extension
|
||||||
that _deprecates_ this extension. It may be an empty string. e.g.
|
that _deprecates_ this extension. It may be an empty string. E.g.
|
||||||
'VK_VERSION_1_1', or 'VK_EXT_debug_utils', or ''.
|
`"VK_VERSION_1_1"`, or `"VK_EXT_debug_utils"`, or `""`.
|
||||||
* attr:obsoletedby - optional. A Vulkan version or a name of an extension
|
* attr:obsoletedby - optional. A Vulkan version or a name of an extension
|
||||||
that _obsoletes_ this extension. It may be an empty string. e.g.
|
that _obsoletes_ this extension. It may be an empty string. E.g.
|
||||||
'VK_VERSION_1_1', or 'VK_KHR_maintenance1', or ''.
|
`"VK_VERSION_1_1"`, or `"VK_KHR_maintenance1"`, or `""`.
|
||||||
* attr:comment - optional. Arbitrary string (unused).
|
* attr:comment - optional. Arbitrary string (unused).
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user