[WebGPU] Demo at https://webgpu-ocean.netlify.app/ doesnt work in "SPH" simulation mode
Categories
(Core :: Graphics: WebGPU, defect)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
|
47.05 KB,
text/plain
|
Details |
Go to https://webgpu-ocean.netlify.app/
From the right, select "SPH" as the simulation mode.
AR: Demo doesnt work as expected.
Profilw with webgpu preset logging: https://share.firefox.dev/43cdZtK
Error in webconsole:
17:27:20.691
WebGPU compilation info for shader module "prefix-sum" (1 error(s), 0 warning(s), 0 info)
17:27:20.691
Shader 'prefix-sum' parsing error: automatic conversions cannot convert elements of i32 to u32
┌─ wgsl:28:5
│
28 │ temp[ELM_TID] = select(items[ELM_GID], 0, ELM_GID >= ELEMENT_COUNT);
│ ^^^^^^^^^^^^^ ^^^^^^ this expression has type i32
│ │
│ a value with elements of type u32 is required here
17:27:20.691
Encountered one or more errors while creating shader module "prefix-sum"
| Reporter | ||
Comment 1•9 months ago
|
||
Updated•9 months ago
|
Updated•8 months ago
|
Comment 3•7 months ago
|
||
Ah, no, STR says SPH mode, which is blocked on
Updated•7 months ago
|
Comment 4•5 months ago
|
||
WFM now, with dependencies satisfied! Woot!
Description
•