mellinoe / veldrid-raytracer

A C# ray tracer, capable of running on both the CPU and GPU.
198 stars 29 forks source link

remove `.spv` #4

Closed SupinePandora43 closed 3 years ago

SupinePandora43 commented 3 years ago

changing backend to GraphicsBackend.Vulkan throws me errors (couldn't find *.glsl.spv file) this fixes it

SupinePandora43 commented 3 years ago

ok, seems like it for Spirv, but it never compiles...