You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
I'm curious how RLSL handles vulkan extensions. For example, I'm interested in doing some GPGPU stuff with RLSL, which means I'd probably want to use e.g. vulkan subgroups for efficient sorts and stuff. Is there a way to opt-in to these extensions in a shader?
The text was updated successfully, but these errors were encountered:
At the moment there is no support for extensions, because there are other things that have a much higher priority right now.
But extensions like subgroups etc are trivial to support. Everything that just adds functionality on top is trivial, extensions that require different codegen will be a bit more tricky.
I'm curious how RLSL handles vulkan extensions. For example, I'm interested in doing some GPGPU stuff with RLSL, which means I'd probably want to use e.g. vulkan subgroups for efficient sorts and stuff. Is there a way to opt-in to these extensions in a shader?
The text was updated successfully, but these errors were encountered: