PacktPublishing / Mastering-Graphics-Programming-with-Vulkan

MIT License
514 stars 65 forks source link

Shader compilation on linux is broken #45

Closed GideonUng closed 11 months ago

GideonUng commented 1 year ago

Imgui shaders do not compile under linux Syntax error

Ubunut 23.04 AMD RX 7900 XT

theWatchmen commented 1 year ago

Could you provide more details? Shader compilation to SPIR-V is done by Vulkan SDK. Provided you have the right Vulkan SDK installed, it should work independently of the GPU and OS.

theWatchmen commented 11 months ago

Closing due to inactivity. Feel free to re-open if needed.