Glavnokoman / vuh

Vulkan compute for people
https://glavnokoman.github.io/vuh
MIT License
346 stars 34 forks source link

Allow users to specify entry point of compute shader #61

Closed reeselevine closed 3 years ago

reeselevine commented 3 years ago

I'm using clspv (https://github.com/google/clspv) to generate some SPIRV shaders, and it's nice to be able to specify the entry point names myself.

I noticed you're not actively developing this project too much anymore, so I'm happy to contribute to it myself. Also have a couple other improvements I might file as well if I keep working on vulkan compute shaders!

Glavnokoman commented 3 years ago

Take a look at vuh2 branch. I remember implementing it. That branch was ready for release just lacked some polishing and was never actually released.

Contributions are welcome. Especially to the 2.0 branch, cause 1.x was a dead end.

Glavnokoman commented 3 years ago

Implemented in the 2.0 branch.