-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Reject fragment shader output location
s >= max_color_attachments
limit
#8316
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
Reject fragment shader output location
s >= max_color_attachments
limit
#8316
Conversation
Current CI failures are unrelated, and are resolved with #8317. |
location
s > max_color_attachments
location
s > max_color_attachments
location
s > max_color_attachments
location
s > max_color_attachments
location
s > max_color_attachments
location
s > max_color_attachments
limit
a8a62f6
to
5f9d9bc
Compare
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.
We might also want to impose some limits in naga in cases where large values will result in allocating big arrays for the module or interface info.
location
s > max_color_attachments
limitlocation
s >= max_color_attachments
limit
Rebasing with autosquash applied. Also editing the commit message and PR with |
…t `@builtin(position)` warning
092d0b3
to
d2e2f39
Compare
d2e2f39
to
48757bb
Compare
48757bb
to
7c27d48
Compare
Found a spec. bug (see gpuweb/gpuweb#5341)! 😀 The WebGPU spec. didn't demand that we ensure that this was so, but it was intended to.
rebaseplz
Testing
A test has been added, named
reject_fragment_shader_output_over_max_color_attachments
.Checklist
CHANGELOG.md
entry.