Skip to content

wgsl: derivatives can only be invoked in fragment stage#1796

Merged
kvark merged 1 commit intogpuweb:mainfrom
dneto0:issue-1795-deriv-in-frag-shader-stage-only
Jun 3, 2021
Merged

wgsl: derivatives can only be invoked in fragment stage#1796
kvark merged 1 commit intogpuweb:mainfrom
dneto0:issue-1795-deriv-in-frag-shader-stage-only

Conversation

@dneto0
Copy link
Contributor

@dneto0 dneto0 commented Jun 2, 2021

Fixes: #1795

@dneto0 dneto0 added wgsl WebGPU Shading Language Issues wgsl resolved Resolved - waiting for a change to the WGSL specification labels Jun 2, 2021
@dneto0 dneto0 added this to the MVP milestone Jun 2, 2021
@dneto0 dneto0 requested a review from alan-baker June 2, 2021 22:14
@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2021

Previews, as seen when this build job started (721f675):
WebGPU | IDL
WGSL
Explainer

@kvark kvark merged commit 68e81dd into gpuweb:main Jun 3, 2021
github-actions bot added a commit that referenced this pull request Jun 3, 2021
SHA: 68e81dd
Reason: push, by @kvark

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Jun 3, 2021
SHA: 68e81dd
Reason: push, by @kvark

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Jun 3, 2021
SHA: 68e81dd
Reason: push, by @kvark

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ben-clayton pushed a commit to ben-clayton/gpuweb that referenced this pull request Sep 6, 2022
This was used in the old FP testing framework and is no longer
used. It wasn't flagged as deadcode since the unittests referenced it,
and I missed my TODO comments.

Fixes gpuweb#1794
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wgsl resolved Resolved - waiting for a change to the WGSL specification wgsl WebGPU Shading Language Issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

wgsl: derivative functions should only be usable in the fragment shader stage

3 participants