Fixed typos

This commit is contained in:
Sascha Willems 2020-08-09 14:39:32 +02:00
parent 2898671f40
commit 583e61ac35
9 changed files with 10 additions and 10 deletions

View file

@ -353,7 +353,7 @@ public:
// Second pass: Deferred calculations
// -------------------------------------------------------------------------------------------------------
// Clear values for all attachments written in the fragment sahder
// Clear values for all attachments written in the fragment shader
clearValues[0].color = { { 0.0f, 0.0f, 0.0f, 0.0f } };
clearValues[1].color = { { 0.0f, 0.0f, 0.0f, 0.0f } };
clearValues[2].color = { { 0.0f, 0.0f, 0.0f, 0.0f } };