Webgpu Demo Shader '' parsing error: expected assignment or increment/decrement, found 'pos'
Categories
(Core :: Graphics: WebGPU, defect)
Tracking
()
People
(Reporter: bhbenjaminhansen, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
In Firefox Nightly (115.0a1 (2023-05-19) (64 bit)), I navigated to https://webgpu.github.io/webgpu-samples/samples/deferredRendering#vertexTextureQuad.wgsl.
Actual results:
The demo showed a black screen and the error Shader '' parsing error: expected assignment or increment/decrement, found 'pos' got printed to the console.
Expected results:
The shader code should parse correctly and the demo should compile.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Graphics: WebGPU' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•3 years ago
•
|
||
Pretty sure that this is a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1822096#c2.
Description
•