mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-17 00:36:24 +00:00
primsrast.txt: Fix typos
This commit is contained in:
parent
8e2bad0fd9
commit
54a4f27e8e
@ -73,7 +73,7 @@ as follows:
|
||||
* pname:sType is the type of this structure.
|
||||
* pname:pNext is `NULL` or a pointer to an extension-specific structure.
|
||||
* pname:flags is reserved for future use.
|
||||
* pname:rasterizationSamples is an elink:VkSampleCountFlagBits specifying
|
||||
* pname:rasterizationSamples is a elink:VkSampleCountFlagBits specifying
|
||||
the number of samples per pixel used in rasterization.
|
||||
* pname:sampleShadingEnable specifies that fragment shading executes
|
||||
per-sample if ename:VK_TRUE, or per-fragment if ename:VK_FALSE, as
|
||||
@ -447,7 +447,7 @@ image:images/non_strict_lines.{svgpdf}["Non strict lines",{fullimagewidth}]
|
||||
|
||||
A polygon results from the decomposition of a triangle strip, triangle fan
|
||||
or a series of independent triangles. Like points and line segments,
|
||||
polygon rasterization is controled by several variables in the
|
||||
polygon rasterization is controlled by several variables in the
|
||||
slink:VkPipelineRasterizationStateCreateInfo structure.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user