Skip to content
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

Stdlib documentation for Atomic, Optional, Tuple #5358

Merged
merged 4 commits into from
Oct 21, 2024

Conversation

expipiplus1
Copy link
Collaborator

Closes #5308

@expipiplus1 expipiplus1 added the pr: non-breaking PRs without breaking changes label Oct 21, 2024
@csyonghe csyonghe merged commit 20fa42e into shader-slang:master Oct 21, 2024
13 checks passed
/// An `Optional<T>` value can also be implicitly or explicitly constructed from
/// a value of type `T`
///
/// `Optional<T>` values can be deconstructed with `if(let myT = myOptionalT) ...`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@csyonghe , It seems like one back-tick character may need CSS setting.
Currently it is wrapped just with <span> without a class name or id.
https://github.com/shader-slang/stdlib-reference/blob/main/types/optional-0/index.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: non-breaking PRs without breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stdlib: Atomic, Optional, Tuple Types
3 participants