add empty lines between links in resouces
stupid fucking markdown
This commit is contained in:
parent
ccdd8601d2
commit
e2e486a215
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||||
|
|
|
@ -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/>
|
||||||
|
|
Loading…
Reference in a new issue