-
How do I use assume/ spv expect assume in slang? Its a hard keyword to search for, so I'm having difficulty finding out how to use it. |
Beta Was this translation helpful? Give feedback.
Answered by
csyonghe
Feb 6, 2025
Replies: 1 comment
-
This is not yet supported in Slang. However, you can use this SPIRV inst in Slang by defining the intrinsic yourself:
See an example here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Cazadorro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not yet supported in Slang. However, you can use this SPIRV inst in Slang by defining the intrinsic yourself:
See an example here.