harmony icon indicating copy to clipboard operation
harmony copied to clipboard

Computer shader support

Open happydpc opened this issue 5 years ago • 1 comments

Glad to see so many improvements. If async computer shader can be supported, that will be wonderful.

Also, wgpu supports render bundle now, using render bundle can get rid of generating draw calls repeatedly.

Great work.

happydpc avatar Jul 27 '20 13:07 happydpc

Compute shader's are supported since the lighting refactor work that introduced froxels. I should write up an example showing how to use them.

As for render bundles, I need to look into them a bit closer. I have some unanswered questions about them before I start adding them in or using them internally.

StarArawn avatar Jul 27 '20 14:07 StarArawn