Fixed typos
This commit is contained in:
parent
fd5f50f298
commit
2898671f40
9 changed files with 17 additions and 19 deletions
|
|
@ -500,7 +500,7 @@ public:
|
|||
Offscreen SSAO generation
|
||||
*/
|
||||
{
|
||||
// Clear values for all attachments written in the fragment sahder
|
||||
// Clear values for all attachments written in the fragment shader
|
||||
std::vector<VkClearValue> clearValues(4);
|
||||
clearValues[0].color = { { 0.0f, 0.0f, 0.0f, 1.0f } };
|
||||
clearValues[1].color = { { 0.0f, 0.0f, 0.0f, 1.0f } };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue