diff --git a/doc/specs/vulkan/chapters/primsrast.txt b/doc/specs/vulkan/chapters/primsrast.txt index 67ca1a79..3a112c2a 100644 --- a/doc/specs/vulkan/chapters/primsrast.txt +++ b/doc/specs/vulkan/chapters/primsrast.txt @@ -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.