Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.12k stars 513 forks source link

Missing spv files in 15_hello_triangle.cpp #148

Closed jtheoof closed 5 years ago

jtheoof commented 5 years ago

Hi @Overv, perhaps I missed it somewhere. But I can' find the 2 spv files from the 15_hello_triangle.cpp file.

auto vertShaderCode = readFile("shaders/vert.spv");
auto fragShaderCode = readFile("shaders/frag.spv");
jtheoof commented 5 years ago

I had to compile them using glsc. RTFM. Sorry about that.