fragops.txt: Fix copy-paste errors on faceMask
This commit is contained in:
parent
90950c9581
commit
f8281ab633
|
@ -376,7 +376,7 @@ include::../protos/vkCmdSetStencilWriteMask.txt[]
|
|||
* pname:commandBuffer is the command buffer into which the command will be
|
||||
recorded.
|
||||
* pname:faceMask is a bitmask of elink:VkStencilFaceFlagBits specifying
|
||||
the set of stencil state for which to update the compare mask, as
|
||||
the set of stencil state for which to update the write mask, as
|
||||
described above for flink:vkCmdSetStencilCompareMask.
|
||||
* pname:writeMask is the new value to use as the stencil write mask.
|
||||
|
||||
|
@ -391,7 +391,7 @@ include::../protos/vkCmdSetStencilReference.txt[]
|
|||
* pname:commandBuffer is the command buffer into which the command will be
|
||||
recorded.
|
||||
* pname:faceMask is a bitmask of elink:VkStencilFaceFlagBits specifying
|
||||
the set of stencil state for which to update the compare mask, as
|
||||
the set of stencil state for which to update the reference value, as
|
||||
described above for flink:vkCmdSetStencilCompareMask.
|
||||
* pname:reference is the new value to use as the stencil reference value.
|
||||
|
||||
|
|
Loading…
Reference in New Issue