From 54a4f27e8ea83f95a52b010b1e4b244bf86e2c3f Mon Sep 17 00:00:00 2001 From: Philip Taylor Date: Sat, 27 Feb 2016 01:51:51 +0000 Subject: [PATCH] primsrast.txt: Fix typos --- doc/specs/vulkan/chapters/primsrast.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.