News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - heroseh/hcc: C Compiler to SPIR-V

Hero C Compiler HCC is a C compiler that allows you to compile your C codebase (with limitations) to SPIR-V for the Vulkan graphics API. This means you can share struct's, enum's and functions between your CPU & GPU code. HCC targets the future of GPU programming so is designed around features such as bindless resources and scalar alignment. This makes it easier to interop with the GPU and focus on writing shader code without writing your own shader build system. The project is currently in alph...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines