Fix typo "attacment" (#914)
This commit is contained in:
parent
34e4cf21ff
commit
ebad9964bd
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue