add empty lines between links in resouces

stupid fucking markdown
This commit is contained in:
jacekpoz 2024-08-14 00:27:48 +02:00
parent ccdd8601d2
commit e2e486a215
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# C related resources used in writing this project # C related resources used in writing this project
<https://stackoverflow.com/questions/2565039/how-are-multi-dimensional-arrays-formatted-in-memory> <https://stackoverflow.com/questions/2565039/how-are-multi-dimensional-arrays-formatted-in-memory>
<https://cellperformance.beyond3d.com/articles/2006/06/understanding-strict-aliasing.html> <https://cellperformance.beyond3d.com/articles/2006/06/understanding-strict-aliasing.html>

View file

@ -1,8 +1,13 @@
# Vulkan related resources used in writing this project # Vulkan related resources used in writing this project
<https://docs.vulkan.org/guide/latest/index.html> <https://docs.vulkan.org/guide/latest/index.html>
<https://vulkan-tutorial.com/Vertex_buffers/Vertex_buffer_creation> <https://vulkan-tutorial.com/Vertex_buffers/Vertex_buffer_creation>
<https://docs.vulkan.org/spec/latest/index.html> <https://docs.vulkan.org/spec/latest/index.html>
<https://www.youtube.com/watch?v=rXSdDE7NWmA> <https://www.youtube.com/watch?v=rXSdDE7NWmA>
<https://thebookofshaders.com/> <https://thebookofshaders.com/>
<https://blogs.igalia.com/itoral/2018/03/20/improving-shader-performance-with-vulkans-specialization-constants/> <https://blogs.igalia.com/itoral/2018/03/20/improving-shader-performance-with-vulkans-specialization-constants/>