From ebad9964bd6376fa8f6c20363cee45a0cc936617 Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Sun, 10 Feb 2019 11:37:47 +0100 Subject: [PATCH] Fix typo "attacment" (#914) --- chapters/renderpass.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.