yt-project / yt_idv

Interactive volume rendering for yt
Other
9 stars 6 forks source link

Start adding compute shader support #143

Open matthewturk opened 3 months ago

matthewturk commented 3 months ago

This starts the process of adding compute shader support. Compute shaders will run once beforehand, and will have special invocations.

matthewturk commented 3 months ago

I think the right structures are there, and next I'll add the actual compute shader.