Allow swapchain binding to compute shaders #1396
Labels
area: wsi
Issues with swapchain management or windowing
help required
We need community help to make this happen.
type: enhancement
New feature or request
Is your feature request related to a problem? Please describe.
For compute-only workloads, such as piet-gpu it's ideal to just write to the swapchain directly. However, this isn't portable.
Describe the solution you'd like
A native-only feature that exposes this capability.
Describe alternatives you've considered
Forcing a copy for all of these users.
Additional context
The text was updated successfully, but these errors were encountered: