-
Notifications
You must be signed in to change notification settings - Fork 22
Document "Migrating from HLSL" #4
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 "Migrating from HLSL" #4
Conversation
docs/coming-from-hlsl.md
Outdated
| In Slang, the generic relies on the definition of "interface" and it allows the compiler to skip a few steps that the template implementation couldn't. | ||
|
|
||
|
|
||
| ### Shader Runtime Debugging with RenderDoc and NSIGHT |
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.
Instead of stating "may work" which is not that useful, describe slang's support of
- Controlling turning on or off line directives
- A link to the spirv cross compile doc for people interested in how cross compile works in slang.
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.
I am not sure where this document is,
A link to the spirv cross compile doc for people interested in how cross compile works in slang.
Did you mean this document?
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.
No, I mean the spirv specific feature doc you wrote earlier.
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.
|
I also recommend running the text through an LLM and see if we can make the text a bit more fluent. |
Hai had a presentation about Slang at SIGGRAPH 2024. Two slices are relavent to this document.
I used HTML "table" to show the code snippets side-by-side. |
Closes shader-slang/slang#5376