spirv-headers

Headers for SPIR-V (Standard Portable Intermediate Representation)

brewmacoslinux
Try with needOr install directly
Source

About

Headers for SPIR-V

Commands

spirv-headers

Examples

Include SPIR-V headers in C/C++ project compilation$ gcc -I$(brew --prefix spirv-headers)/include myfile.c -o myfile
Verify SPIR-V header installation location$ ls $(brew --prefix spirv-headers)/include/spirv
Use SPIR-V headers with CMake project$ cmake -DSPIRV_HEADERS_INCLUDE_DIR=$(brew --prefix spirv-headers)/include ..