diff --git a/chapters/renderpass.txt b/chapters/renderpass.txt index 27f64004..21ab5897 100644 --- a/chapters/renderpass.txt +++ b/chapters/renderpass.txt @@ -896,7 +896,7 @@ Each element of the pname:pColorAttachments array corresponds to an output location in the shader, i.e. if the shader declares an output variable decorated with a code:Location value of *X*, then it uses the attachment provided in pname:pColorAttachments[*X*]. -If the pname:attacment member of any element of pname:pColorAttachments is +If the pname:attachment member of any element of pname:pColorAttachments is ename:VK_ATTACHMENT_UNUSED, writes to the corresponding location by a fragment are discarded.