-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document WGSL specific features #5571
Conversation
88cbc7b
to
3956403
Compare
3956403
to
9814804
Compare
Supported HLSL features when targeting WGSL | ||
------------------------------------------- | ||
|
||
The following table lists Slang's support for various HLSL feature sets, when targeting WGSL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The mention of HLSL
doesn't seem appropriate.
Maybe we can say it without using the word HLSL
Supported features when targeting WGSL
Or we can replace it with Slang
Supported Slang features when targeting WGSL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, deferring to HLSL is useful if someone wants to read more about any given feature.
We haven't documented each of these feature sets ourselves, as far as I know.
Add some initial documentation of how WGSL is targeted by Slang.
Issue #5567