Skip to content

Commit

Permalink
Picture in vulkan triangle README
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-zylinski authored Jan 14, 2025
1 parent 56faccb commit 0d0b412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vulkan/triangle_glfw/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Vulkan triangle example


By laytan, from: https://gist.github.com/laytan/ba57af3e5a59ab5cb2fca9e25bcfe262

You must compile the shaders before compiling this program:
Expand All @@ -10,4 +11,6 @@ glslc shader.frag -o frag.spv

glslc is part of shaderc, which you can find here: https://github.com/google/shaderc

This example uses glfw for window management.
This example uses glfw for window management.

![image](https://github.com/user-attachments/assets/c87b957c-8b1c-4c07-8b3e-b31fa4a98a53)

0 comments on commit 0d0b412

Please sign in to comment.