gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 548 forks source link

Transform feedback (streamout) support #293

Open kvark opened 10 years ago

msiglreith commented 6 years ago

Should we support this? Vulkan doesn't provide transform feedback functionality, probably letting the user implement it via compute shaders.

kvark commented 6 years ago

Let's leave it for GL specific APIs, out of HAL

On Oct 16, 2017, at 13:03, msiglreith notifications@github.com wrote:

Should we support this? Vulkan doesn't provide transform feedback functionality, probably letting the user implement it via compute shaders.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

kvark commented 5 years ago

triaged: we may see TF in Vulkan soon, so this is becoming actual again.