You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change log for September 28, 2021 Vulkan 1.2.194 spec update:
* Update release number to 194 for this update.
Github Issues:
* Add missing `len` attribute to
slink:VkCuModuleCreateInfoNVX::pname:pData (public merge request 1646).
* Refer to dynamic state consistently from ftext:vkCmdSet* commands, and
link to the definition of dynamic state (public issue 1428, but with
expanded scope beyond the actual ask in that issue).
Internal Issues:
* Fix incorrect member name in slink:VkRenderPassCreateInfo valid usage
statement 02515 (internal issue 2484).
* Fix XML dependency for `<<VK_NV_device_generated_commands>>` (internal
issue 2818).
* Add packed formats from `<<VK_KHR_sampler_ycbcr_conversion>>`` to the
<<formats-packed, table of packed formats>> and improve description of
packed format naming conventions (internal merge request 4798).
New Extensions
* `<<VK_FUCHSIA_buffer_collection>>`
Copy file name to clipboardExpand all lines: chapters/drawing.txt
+35-27Lines changed: 35 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -132,10 +132,10 @@ a mask, but is currently reserved for future use.
132
132
--
133
133
134
134
ifdef::VK_EXT_extended_dynamic_state2[]
135
-
[open,refpage='vkCmdSetPrimitiveRestartEnableEXT',desc='Control whether a special vertex index value is treated as restarting the assembly of primitives',type='protos']
135
+
[open,refpage='vkCmdSetPrimitiveRestartEnableEXT',desc='Set primitive assembly restart state dynamically for a command buffer',type='protos']
136
136
--
137
-
To dynamically control whether a special vertex index value is treated as
138
-
restarting the assembly of primitives:
137
+
To <<pipelines-dynamic-state, dynamically control>> whether a special vertex
138
+
index value is treated as restarting the assembly of primitives, call:
0 commit comments