mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-24 05:09:03 +00:00
Merge pull request #647 from krOoze/fix_ptext_asterisk
Fix ptexts containing asterisks
This commit is contained in:
commit
1d38929270
@ -392,9 +392,9 @@ include::../../api/structs/VkDisplayPlaneCapabilitiesKHR.txt[]
|
|||||||
this plane using the specified mode.
|
this plane using the specified mode.
|
||||||
* pname:minDstPosition, pname:maxDstPosition, pname:minDstExtent,
|
* pname:minDstPosition, pname:maxDstPosition, pname:minDstExtent,
|
||||||
pname:maxDstExtent all have similar semantics to their corresponding
|
pname:maxDstExtent all have similar semantics to their corresponding
|
||||||
ptext:Src* equivalents, but apply to the output region within the mode
|
ptext:*Src* equivalents, but apply to the output region within the mode
|
||||||
rather than the input region within the source image.
|
rather than the input region within the source image.
|
||||||
Unlike the ptext:Src* offsets, pname:minDstPosition and
|
Unlike the ptext:*Src* offsets, pname:minDstPosition and
|
||||||
pname:maxDstPosition may: contain negative values.
|
pname:maxDstPosition may: contain negative values.
|
||||||
|
|
||||||
The minimum and maximum position and extent fields describe the hardware
|
The minimum and maximum position and extent fields describe the hardware
|
||||||
|
@ -169,12 +169,12 @@ end
|
|||||||
|
|
||||||
class PnameInlineMacro < ParamInlineMacroBase
|
class PnameInlineMacro < ParamInlineMacroBase
|
||||||
named :pname
|
named :pname
|
||||||
match /pname:((\w[\w.]*)*\w+)/
|
match /pname:(\w+(\.\w+)*)/
|
||||||
end
|
end
|
||||||
|
|
||||||
class PtextInlineMacro < ParamInlineMacroBase
|
class PtextInlineMacro < ParamInlineMacroBase
|
||||||
named :ptext
|
named :ptext
|
||||||
match /ptext:((\w[\w.]*)*\w+)/
|
match /ptext:([\w\*]+(\.[\w\*]+)*)/
|
||||||
end
|
end
|
||||||
|
|
||||||
class DnameInlineMacro < CodeInlineMacroBase
|
class DnameInlineMacro < CodeInlineMacroBase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user