Glavnokoman / vuh

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

Support for textures #60

Open ib00 opened 3 years ago

ib00 commented 3 years ago

Are there any plans to support texture buffers?

Where would be a good place to start to add texture buffers?

Glavnokoman commented 3 years ago

I think the textures support is implemented in the feature/android-example branch. But that deviated too far from the master branch to ever be merged. You may start looking from there. And probably clean and port it to the 2x branch.

I myself no longer actively develop and my Vulkan knowledge is getting a bit rusty. But may be available for some small coding or help to get you unstuck.