Fix "param:" to be "pname:"
This commit is contained in:
parent
961010879b
commit
90950c9581
|
@ -544,7 +544,7 @@ defined and locked down, it's safest to refer to the listed contact.
|
|||
== Extension Interactions
|
||||
|
||||
Extensions modifying the behavior of existing commands should: provide
|
||||
additional parameters by using the param:pNext field of an existing
|
||||
additional parameters by using the pname:pNext field of an existing
|
||||
structure, pointing to a new structure defined by the extension, as
|
||||
described in the <<fundamentals-validusage,Valid Usage>> section. Extension
|
||||
structures defined by multiple extensions affecting the same structure can
|
||||
|
|
|
@ -362,7 +362,7 @@ uses of fname:vkCmdResetQueryPool in the same queue, without any additional
|
|||
synchronization. Thus, the results will always reflect the most
|
||||
recent use of the query.
|
||||
|
||||
pname:flags has the same possible values described above for the param:flags
|
||||
pname:flags has the same possible values described above for the pname:flags
|
||||
parameter of flink:vkGetQueryPoolResults, but the different style of
|
||||
execution causes some subtle behavioral differences. Because
|
||||
fname:vkCmdCopyQueryPoolResults executes in order with respect to other
|
||||
|
|
Loading…
Reference in New Issue