Fixed typos

This commit is contained in:
Sascha Willems 2020-08-09 13:48:49 +02:00
parent fd5f50f298
commit 2898671f40
9 changed files with 17 additions and 19 deletions

View file

@ -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 } };