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

Remove noise() from core library #6421

Merged
merged 3 commits into from
Feb 24, 2025

Conversation

cheneym2
Copy link
Collaborator

noise() is currently marked "unsupported" in Slang documentation, and has also been unsupported in HLSL since SM 2.0

Until now, noise() was present only to prevent compilation errors, but not for any actual use since it returns 0.0 always.

Closes #5775

noise() is currently marked "unsupported" in Slang documentation, and
has also been unsupported in HLSL since SM 2.0

Until now, noise() was present only to prevent compilation errors, but
not for any actual use since it returns 0.0 always.

Closes shader-slang#5775
@cheneym2 cheneym2 requested a review from a team as a code owner February 21, 2025 18:11
@cheneym2 cheneym2 added the pr: breaking change PRs with breaking changes label Feb 21, 2025
@cheneym2 cheneym2 enabled auto-merge (squash) February 21, 2025 21:51
@cheneym2 cheneym2 merged commit 4e89718 into shader-slang:master Feb 24, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: breaking change PRs with breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unsupported noise() core library function
2 participants