Update links to .html files

This commit is contained in:
Neil Bickford 2021-01-06 17:48:30 -08:00
parent a085dc1866
commit f587609586
8 changed files with 10 additions and 10 deletions

View file

@ -7,7 +7,7 @@
# Introduction
This is an extension of the Vulkan ray tracing [tutorial](vkrt_tutorial.md.htm).
This is an extension of the Vulkan ray tracing [tutorial](vkrt_tutorial.md.html).
In this extension, we will implement antialiasing by jittering the offset of each ray for each pixel over time, instead of always shooting each ray from the middle of its pixel.