From 8f99288d2c59ce75739b8006da04cc31b31c751d Mon Sep 17 00:00:00 2001 From: Wojciech Nawrocki Date: Fri, 19 Feb 2016 12:10:40 +0100 Subject: [PATCH] primsrast.txt: fix variable name. fixes #8 --- doc/specs/vulkan/chapters/primsrast.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/vulkan/chapters/primsrast.txt b/doc/specs/vulkan/chapters/primsrast.txt index 9f695795..67ca1a79 100644 --- a/doc/specs/vulkan/chapters/primsrast.txt +++ b/doc/specs/vulkan/chapters/primsrast.txt @@ -87,7 +87,7 @@ as follows: is generated based on the value of the alpha component of the fragment's first color output as specified in the <> section. - * pname:alphaToOne controls whether the value of the alpha component of + * pname:alphaToOneEnable controls whether the value of the alpha component of the fragment's first color output is replaced with one as described in <>.