Fix typo "attacment" (#914)

This commit is contained in:
Petr Kraus 2019-02-10 11:37:47 +01:00 committed by Jon Leech
parent 34e4cf21ff
commit ebad9964bd
1 changed files with 1 additions and 1 deletions

View File

@ -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.