mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-11 06:25:59 +00:00
[ChangeLog] Build fix for latexmath: without escaped right brackets in
the features section.
This commit is contained in:
parent
44c388876e
commit
fb28ff03b8
@ -952,7 +952,7 @@ different equations in the spec).
|
|||||||
the code:Bias operand of image sampling operations in shader modules (or
|
the code:Bias operand of image sampling operations in shader modules (or
|
||||||
0 if no code:Bias operand is provided to an image sampling operation)
|
0 if no code:Bias operand is provided to an image sampling operation)
|
||||||
are clamped to the range
|
are clamped to the range
|
||||||
latexmath:[$[-\mathit{maxSamplerLodBias},+\mathit{maxSamplerLodBias}]$].
|
latexmath:[$[-\mathit{maxSamplerLodBias},+\mathit{maxSamplerLodBias}\]$].
|
||||||
See <<samplers-mipLodBias>>.
|
See <<samplers-mipLodBias>>.
|
||||||
* [[features-limits-maxSamplerAnisotropy]] pname:maxSamplerAnisotropy is
|
* [[features-limits-maxSamplerAnisotropy]] pname:maxSamplerAnisotropy is
|
||||||
the maximum degree of sampler anisotropy. The maximum degree of
|
the maximum degree of sampler anisotropy. The maximum degree of
|
||||||
@ -972,7 +972,7 @@ different equations in the spec).
|
|||||||
<<vertexpostproc-viewport,Controlling the Viewport>>.
|
<<vertexpostproc-viewport,Controlling the Viewport>>.
|
||||||
* [[features-limits-viewportboundsrange]] pname:viewportBoundsRange[2] is
|
* [[features-limits-viewportboundsrange]] pname:viewportBoundsRange[2] is
|
||||||
the viewport bounds range
|
the viewport bounds range
|
||||||
latexmath:[$[\mathit{minimum},\mathit{maximum}]$]. See
|
latexmath:[$[\mathit{minimum},\mathit{maximum}\]$]. See
|
||||||
<<vertexpostproc-viewport,Controlling the Viewport>>.
|
<<vertexpostproc-viewport,Controlling the Viewport>>.
|
||||||
* [[features-limits-viewportSubPixelBits]] pname:viewportSubPixelBits is
|
* [[features-limits-viewportSubPixelBits]] pname:viewportSubPixelBits is
|
||||||
the number of bits of subpixel precision for viewport bounds. The
|
the number of bits of subpixel precision for viewport bounds. The
|
||||||
@ -1126,12 +1126,12 @@ different equations in the spec).
|
|||||||
least 2, and levels must: be spread evenly over the range, with at least
|
least 2, and levels must: be spread evenly over the range, with at least
|
||||||
one level at 1.0, and another at 0.0. See <<devsandqueues-priority>>.
|
one level at 1.0, and another at 0.0. See <<devsandqueues-priority>>.
|
||||||
* [[features-limits-pointSizeRange]] pname:pointSizeRange[2] is the range
|
* [[features-limits-pointSizeRange]] pname:pointSizeRange[2] is the range
|
||||||
latexmath:[$[\mathit{minimum},\mathit{maximum}]$] of supported sizes for
|
latexmath:[$[\mathit{minimum},\mathit{maximum}\]$] of supported sizes
|
||||||
points. Values written to variables decorated with the code:PointSize
|
for points. Values written to variables decorated with the
|
||||||
built-in decoration are clamped to this range.
|
code:PointSize built-in decoration are clamped to this range.
|
||||||
* [[features-limits-lineWidthRange]] pname:lineWidthRange[2] is the range
|
* [[features-limits-lineWidthRange]] pname:lineWidthRange[2] is the range
|
||||||
latexmath:[$[\mathit{minimum},\mathit{maximum}]$] of supported widths for
|
latexmath:[$[\mathit{minimum},\mathit{maximum}\]$] of supported widths
|
||||||
lines. Values specified by the pname:lineWidth member of the
|
for lines. Values specified by the pname:lineWidth member of the
|
||||||
sname:VkPipelineRasterizationStateCreateInfo or the pname:lineWidth
|
sname:VkPipelineRasterizationStateCreateInfo or the pname:lineWidth
|
||||||
parameter to fname:vkCmdSetLineWidth are clamped to this range.
|
parameter to fname:vkCmdSetLineWidth are clamped to this range.
|
||||||
* [[features-limits-pointSizeGranularity]] pname:pointSizeGranularity is
|
* [[features-limits-pointSizeGranularity]] pname:pointSizeGranularity is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user