KomputeProject / kompute

General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.
http://kompute.cc/
Apache License 2.0
1.97k stars 151 forks source link

Fix example CMake code for generating headers from GLSL code #370

Closed robquill closed 4 months ago

robquill commented 5 months ago

We need to include ${kompute_BINARY_DIR}/src/shaders/glsl as this is where ShaderOpMult.hpp is built (included from include/kompute/operations/OpMult.hpp)