Fixed typos

This commit is contained in:
Sascha Willems 2020-08-08 13:59:58 +02:00
parent e1ec3b6c78
commit 3abe588157
22 changed files with 32 additions and 32 deletions

View file

@ -373,7 +373,7 @@ Adds ray traced shadows casting using the new Nvidia RTX extensions to a more co
#### [10 - Ray traced reflections with VK_NV_ray_tracing](examples/nv_ray_tracing_reflections)
Renders a complex scene with reflective surfaces using using the new Nvidia RTX extensions. Shows how to do recursion inside of the ray tracing shaders for implementing real time reflections.
Renders a complex scene with reflective surfaces using the new Nvidia RTX extensions. Shows how to do recursion inside of the ray tracing shaders for implementing real time reflections.
### <a name="Misc"></a> Misc