summaryrefslogtreecommitdiff
path: root/appendices/glossary.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'appendices/glossary.adoc')
-rw-r--r--appendices/glossary.adoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/appendices/glossary.adoc b/appendices/glossary.adoc
index 5dade3fc..15c1bce7 100644
--- a/appendices/glossary.adoc
+++ b/appendices/glossary.adoc
@@ -233,6 +233,14 @@ Command Buffer::
An object that records commands to be submitted to a queue.
Represented by a slink:VkCommandBuffer object.
+ifdef::VK_EXT_nested_command_buffer[]
+Command Buffer Nesting Level::
+ The Command Buffer Nesting Level of a secondary command buffer is equal
+ to the maximum nesting level of all secondary command buffers executed
+ by that command buffer plus one, where a secondary command buffer that
+ executes no other secondary command buffers has a nesting level of zero.
+endif::VK_EXT_nested_command_buffer[]
+
Command Pool::
An object that command buffer memory is allocated from, and that owns
that memory.
@@ -1162,6 +1170,13 @@ Multi-planar::
multi-planar format.
endif::VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion[]
+ifdef::VK_EXT_nested_command_buffer[]
+Nested Command Buffers::
+ A nested command buffer is a secondary command buffer that is executed
+ by another secondary command buffer, which may itself execute other
+ secondary command buffers.
+endif::VK_EXT_nested_command_buffer[]
+
Non-Dispatchable Handle::
A handle of an integer handle type.
Handle values may: not be unique, even for two objects of the same type.