jpbruyere / vke.net

Vulkan .net library
MIT License
13 stars 3 forks source link

SpirVTasks wrong path delimiter #8

Closed gerhard17 closed 2 years ago

gerhard17 commented 3 years ago

The SpirVTasks 0.1.44 is using a ':' as a delimiter for parsing the path in tryFindGlslcExecutable(). I'm not sure about Linux, but in Windows this must be a ';' character. (semicolon) BR, Gerhard

jpbruyere commented 3 years ago

Thanks, I've never noticed. I've pushed to master a fix, It should work but I'll test it as soon as I reboot on windows. Thank you for reporting it.

gerhard17 commented 3 years ago

Thank you! You made a great effort to develop the whole vulkan interop and high level classes. Thumbs up!